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.
Parameters
M
The type of message being handled, must extend Message
E
The type of message exchange, must extend MessageExchange