| Package | Description |
|---|---|
| net.engio.mbassy.dispatch.el | |
| net.engio.mbassy.listener |
| Modifier and Type | Class and Description |
|---|---|
class |
ElFilter
A filter that will use a expression from the handler annotation and
parse it as EL.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
Filters.RejectSubtypes
This filter will only accept messages of the exact same type
as specified for the handler.
|
static class |
Filters.SubtypesOnly
This filter will only accept messages that are real subtypes
of the specified message types handled by the message handler.
|
| Modifier and Type | Method and Description |
|---|---|
IMessageFilter[] |
MessageHandler.getFilter() |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Object> |
MessageHandler.Properties.Create(Method handler,
Handler handlerConfig,
IMessageFilter[] filter,
MessageListener listenerConfig)
Create the property map for the
MessageHandler constructor using the default objects. |
Copyright © 2015. All rights reserved.