Close if responder is streaming
Generate responses to requests inbound on a channel.
handle successful requests (must return response payload to be sent)
handle errors (must return error payload to be sent)
Get an observable for incoming (command & error) payloads
Check if the responder is still online/active.
If responder is streaming, and the responder is open, send a new response message down the return channel.
Generated using TypeDoc
MessageResponder encapsulates bus handling and communication from the perspective of a producer or supplier.