Package | Description |
---|---|
net.engio.mbassy.dispatch |
Modifier and Type | Class and Description |
---|---|
class |
DelegatingMessageDispatcher
A delegating dispatcher wraps additional logic around a given delegate.
|
class |
EnvelopedMessageDispatcher
The enveloped dispatcher will wrap published messages in an envelope before
passing them to their configured dispatcher.
|
class |
FilteredMessageDispatcher
A dispatcher that implements message filtering based on the filter configuration
of the associated message handler.
|
class |
MessageDispatcher
Standard implementation for direct, unfiltered message delivery.
|
Constructor and Description |
---|
DelegatingMessageDispatcher(IMessageDispatcher delegate) |
EnvelopedMessageDispatcher(IMessageDispatcher dispatcher) |
FilteredMessageDispatcher(IMessageDispatcher dispatcher) |
Copyright © 2018. All rights reserved.