Subscribe to wire
Error handling is omitted from example code for brevity.
api
The WireAPI.SubscribeWire API enables clients to subscribe to a wire.
cli
Use the wire
command.
Subscribe to a wire using the cli wire
command along with the -s
or --subscribe
switch:
All wire data will be written to STDOUT. This enables flows such as:
fusebox
Navigate to the wire in the resource explorer and use the ‘subscribe’ button on the bottom panel, which contains a ‘headphones’ icon.
javascript
Use the SubscribeWire API, the callback will be called every time new data arrives.
grpc
web
C++