| Interface | Description |
|---|---|
| IHandlerInvocation |
A handler invocation encapsulates the logic that is used to invoke a single
message handler to process a given message.
|
| IMessageDispatcher |
A message dispatcher provides the functionality to deliver a single message
to a set of listeners.
|
| Class | Description |
|---|---|
| AbstractHandlerInvocation |
Todo: Add javadoc
|
| AsynchronousHandlerInvocation |
This invocation will schedule the wrapped (decorated) invocation to be executed asynchronously
|
| EnvelopedMessageDispatcher |
Todo: Add javadoc
|
| FilteredMessageDispatcher |
A dispatcher that implements message filtering based on the filter configuration
of the associated message handler.
|
| MessageDispatcher |
Standard implementation for direct, unfiltered message delivery.
|
| MessagingContext |
The messaging context holds all data/objects that is relevant to successfully publish
a message within a subscription.
|
| ReflectiveHandlerInvocation |
Uses reflection to invoke a message handler for a given message.
|
Copyright © 2013. All Rights Reserved.