| Package | Description |
|---|---|
| net.engio.mbassy.dispatch | |
| net.engio.mbassy.subscription |
| Modifier and Type | Method and Description |
|---|---|
MessagingContext |
IMessageDispatcher.getContext()
Get the messaging context associated with this dispatcher
|
MessagingContext |
IHandlerInvocation.getContext()
Get the messaging context associated with this invocation
|
MessagingContext |
MessageDispatcher.getContext() |
MessagingContext |
AbstractHandlerInvocation.getContext() |
MessagingContext |
AsynchronousHandlerInvocation.getContext() |
MessagingContext |
EnvelopedMessageDispatcher.getContext() |
MessagingContext |
FilteredMessageDispatcher.getContext() |
| Constructor and Description |
|---|
AbstractHandlerInvocation(MessagingContext context) |
MessageDispatcher(MessagingContext context,
IHandlerInvocation invocation) |
ReflectiveHandlerInvocation(MessagingContext context) |
| Modifier and Type | Method and Description |
|---|---|
MessagingContext |
Subscription.getContext() |
| Modifier and Type | Method and Description |
|---|---|
protected IMessageDispatcher |
SubscriptionFactory.buildDispatcher(MessagingContext context,
IHandlerInvocation invocation) |
protected IHandlerInvocation |
SubscriptionFactory.buildInvocationForHandler(MessagingContext context) |
Subscription |
SubscriptionFactory.createSubscription(MessagingContext context) |
| Constructor and Description |
|---|
Subscription(MessagingContext context,
IMessageDispatcher dispatcher) |
Copyright © 2013. All Rights Reserved.