MessageBus
- the message bus which is distributedpublic interface Distributed<MessageBus>
T
defines the type of message
bus which is distributed.Modifier and Type | Method and Description |
---|---|
MessageBus |
localSegment()
Return the message bus of type
MessageBus which is regarded as the local segment for this implementation. |
MessageBus localSegment()
MessageBus
which is regarded as the local segment for this implementation.
Would return the message bus used to dispatch and handle messages in a local environment to bridge the gap in a
distributed set up.MessageBus
which is the local segment for this distributed message bus implementationCopyright © 2010–2023. All rights reserved.