DistributedMessageBus
A distributed message bus that operates across multiple JVM instances or nodes.
This interface extends MessageBus and is designed for scenarios where message distribution needs to happen across a cluster or distributed system.
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.