| Package | Description |
|---|---|
| net.engio.mbassy.dispatch | |
| net.engio.mbassy.subscription |
| Modifier and Type | Class and Description |
|---|---|
class |
AsynchronousHandlerInvocation
This invocation will schedule the wrapped (decorated) invocation to be executed asynchronously
|
class |
ReflectiveHandlerInvocation
Uses reflection to invoke a message handler for a given message.
|
| Modifier and Type | Method and Description |
|---|---|
IHandlerInvocation |
IMessageDispatcher.getInvocation()
Get the handler invocation that will be used to deliver the message to each
listener
|
IHandlerInvocation |
MessageDispatcher.getInvocation() |
IHandlerInvocation |
EnvelopedMessageDispatcher.getInvocation() |
IHandlerInvocation |
FilteredMessageDispatcher.getInvocation() |
| Constructor and Description |
|---|
AsynchronousHandlerInvocation(IHandlerInvocation delegate) |
MessageDispatcher(MessagingContext context,
IHandlerInvocation invocation) |
| Modifier and Type | Method and Description |
|---|---|
protected IHandlerInvocation |
SubscriptionFactory.buildInvocationForHandler(MessagingContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected IMessageDispatcher |
SubscriptionFactory.buildDispatcher(MessagingContext context,
IHandlerInvocation invocation) |
Copyright © 2013. All Rights Reserved.