| Interface | Description |
|---|---|
| IMessageFilter |
Message filters can be used to prevent certain messages to be delivered to a specific listener.
|
| Class | Description |
|---|---|
| Filters |
Todo: Add javadoc
|
| Filters.AllowAll | |
| Filters.RejectAll | |
| Filters.RejectSubtypes | |
| MessageHandlerMetadata | |
| MessageListenerMetadata<T> |
Provides information about the message listeners of a specific class.
|
| MetadataReader |
The meta data reader is responsible for parsing and validating message handler configurations.
|
| Enum | Description |
|---|---|
| Mode |
Created with IntelliJ IDEA.
|
| Annotation Type | Description |
|---|---|
| Enveloped |
Configure a handler to receive an enveloped message as a wrapper around the source
message.
|
| Filter |
THe filter annotation is used to add filters to message listeners.
|
| Listener |
Mark any method of any object as a message handler and configure the handler
using different properties.
|
Copyright © 2013. All Rights Reserved.