LocalMessageBus
A local message bus that operates within a single JVM instance.
This interface extends MessageBus and provides additional functionality for monitoring subscriber counts in a local context.
Parameters
M
The type of message being handled, must extend Message
E
The type of message exchange, must extend MessageExchange