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.
Type Parameters
M
The type of message being handled, must extend Message
E
The type of message exchange, must extend MessageExchange
Inheritors
Functions
Link copied to clipboard
Receives messages for the specified subscription.
Link copied to clipboard
Creates a single message source with an explicit transport readiness boundary.
Link copied to clipboard
Creates the message source owned by a me.ahoo.wow.runtime.WowRuntime dispatcher.
Link copied to clipboard
Attempts local delivery only while a processing subscriber is routable.
Link copied to clipboard
Returns the number of subscribers for the specified named aggregate.