|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
IdempotentMessageIdStore | IdempotentMessageIdStore is the main interface used by
IdempotentReceiver for storing received message IDs. |
Class Summary | |
---|---|
AbstractEventAggregator | AbstractEventAggregator will aggregate a set of messages into a
single message. |
AbstractEventResequencer | AbstractEventResequencer is used to receive a set of events,
resequence them and forward them on to their destination |
CorrelationAggregator | CorrelationAggregator uses the CorrelationID and
CorrelationGroupSize properties of the UMOMessage to manage
message groups. |
CorrelationEventResequencer | CorrelationEventResequencer is used to resequence events according
to their dispatch sequence in the correlation group. |
CorrelationSequenceComparator | CorrelationSequenceComparator is a Comparator for
UMOEvent s using their respective correlation sequences. |
EventGroup | EventGroup is a holder over events grouped by a common group Id. |
ForwardingConsumer | ForwardingConsumer is used to forward an incoming event over
another transport without invoking a component. |
IdempotentInMemoryMessageIdStore | IdempotentInMemoryMessageIdStore implements an optionally bounded
in-memory store for message IDs with periodic expiry of old entries. |
IdempotentReceiver | IdempotentReceiver ensures that only unique messages are received by a
component. |
IdempotentSecureHashReceiver | IdempotentSecureHashReceiver ensures that only unique messages are
received by a component. |
InboundPassThroughRouter | InboundPassThroughRouter allows inbound routing over all
registered endpoints without any filtering. |
InboundRouterCollection | InboundRouterCollection is a collection of routers that will be
invoked when an event is received. |
MessageChunkingAggregator | |
SelectiveConsumer | SelectiveConsumer is an inbound router used to filter out unwanted
events. |
WireTap | An inbound router that can forward every message to another destination as defined in the "endpoint" property. |
Inbound router implementation as described in the Enterprise Integration Patterns book.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |