Close subscriptions to channel.
If responder is streaming, and the handler is open, send an error payload on the response channel
/ Get an observable for payloads
optional filter for responses, requests or errors. If left blank, you get the firehose.
Handler for incoming responses
handle error responses
Check if the handler has been closed.
if handler is streaming, and the handler is open, send a payload down the command channel
the payload you want to send.
Generated using TypeDoc
MessageHandler encapsulates bus handling and communication from the perspective of a consumer