Package | Description |
---|---|
net.engio.mbassy.dispatch |
Modifier and Type | Class and Description |
---|---|
class |
AsynchronousHandlerInvocation
This invocation will schedule the wrapped (decorated) invocation to be executed asynchronously
|
class |
HandlerInvocation<HANDLER,MESSAGE>
This is the base class for handler invocations that already implements all context related methods only leaving the implementation of the actual invocation mechanism to the concrete subclass.
|
class |
ReflectiveHandlerInvocation
Uses reflection to invoke a message handler for a given message.
|
class |
SynchronizedHandlerInvocation
Synchronizes message handler invocations for all handlers that specify @Synchronized
|
Modifier and Type | Method and Description |
---|---|
IHandlerInvocation |
DelegatingMessageDispatcher.getInvocation() |
IHandlerInvocation |
IMessageDispatcher.getInvocation()
Get the handler invocation that will be used to deliver the
message to each listener.
|
IHandlerInvocation |
MessageDispatcher.getInvocation() |
Constructor and Description |
---|
AsynchronousHandlerInvocation(IHandlerInvocation delegate) |
MessageDispatcher(SubscriptionContext context,
IHandlerInvocation invocation) |
SynchronizedHandlerInvocation(IHandlerInvocation delegate) |
Copyright © 2018. All rights reserved.