| Package | Description |
|---|---|
| net.engio.mbassy.dispatch | |
| net.engio.mbassy.subscription |
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
protected IMessageDispatcher |
DelegatingMessageDispatcher.getDelegate() |
| Constructor and Description |
|---|
DelegatingMessageDispatcher(IMessageDispatcher delegate) |
EnvelopedMessageDispatcher(IMessageDispatcher dispatcher) |
FilteredMessageDispatcher(IMessageDispatcher dispatcher) |
| Modifier and Type | Method and Description |
|---|---|
protected IMessageDispatcher |
SubscriptionFactory.buildDispatcher(SubscriptionContext context,
IHandlerInvocation invocation) |
Copyright © 2013. All Rights Reserved.