See: Description
Class | Description |
---|---|
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 MuleMessage 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
MuleEvent s using their respective correlation sequences. |
DefaultInboundRouterCollection |
DefaultInboundRouterCollection is a collection of routers that will be
invoked when an event is received. |
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 service. |
IdempotentReceiver |
IdempotentReceiver ensures that only unique messages are received by a
service. |
IdempotentSecureHashReceiver |
IdempotentSecureHashReceiver ensures that only unique messages are
received by a service. |
InboundPassThroughRouter |
InboundPassThroughRouter allows inbound routing over all
registered endpoints without any filtering. |
MessageChunkingAggregator | |
SelectiveConsumer |
SelectiveConsumer is an inbound router used to filter out unwanted
events. |
SimpleCollectionAggregator |
This router will return all aggregated events as a
MuleMessageCollection . |
WireTap |
An inbound router that can forward every message to another destination as defined
in the "endpoint" property.
|
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.