Registers an event handler of a specific event type.
Dispatches a message.
Optional
options: MessageOptionsRemoves an event listener.
Subscribes to new messages and returns a handle to unsubscribe.
Optional
options: SubscribeOptions<InMsg, PeerAwareMessageOptions<Peer>>Returns the list of peers that are subscribed to a topic.
Optional
options: MessageOptionsReturns the list of subscribed topics for this node.
Optional
options: AbortOptionsGenerated using TypeDoc
A peer-aware MessageBus.