| Package | Description |
|---|---|
| net.engio.mbassy.bus.error | |
| net.engio.mbassy.dispatch | |
| net.engio.mbassy.dispatch.el | |
| net.engio.mbassy.listener | |
| net.engio.mbassy.subscription |
| Constructor and Description |
|---|
PublicationError(Throwable cause,
String errorMsg,
SubscriptionContext context) |
| Constructor and Description |
|---|
HandlerInvocation(SubscriptionContext context) |
MessageDispatcher(SubscriptionContext context,
IHandlerInvocation invocation) |
ReflectiveHandlerInvocation(SubscriptionContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
ElFilter.accepts(Object message,
SubscriptionContext context) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
IMessageFilter.accepts(M message,
SubscriptionContext context)
Check whether the message matches some criteria
|
boolean |
Filters.RejectSubtypes.accepts(Object event,
SubscriptionContext context) |
boolean |
Filters.SubtypesOnly.accepts(Object message,
SubscriptionContext context) |
| Modifier and Type | Method and Description |
|---|---|
SubscriptionContext |
ISubscriptionContextAware.getContext()
Get the subscription context associated with this object
|
SubscriptionContext |
AbstractSubscriptionContextAware.getContext() |
| Constructor and Description |
|---|
AbstractSubscriptionContextAware(SubscriptionContext context) |
Copyright © 2018. All rights reserved.