org.mule.routing.inbound
Class CorrelationEventResequencer
java.lang.Object
org.mule.routing.inbound.SelectiveConsumer
org.mule.routing.inbound.AbstractEventResequencer
org.mule.routing.inbound.CorrelationEventResequencer
- All Implemented Interfaces:
- UMOInboundRouter, UMORouter
- public class CorrelationEventResequencer
- extends AbstractEventResequencer
CorrelationEventResequencer is used to resequence events according
to their dispatch sequence in the correlation group. When the MessageSplitter
router splits an event it assigns a correlation sequence to the individual message
parts so that another router such as the CorrelationEventResequencer can
receive the parts and reorder them or merge them.
- Version:
- $Revision: 3798 $
- Author:
- Ross Mason
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CorrelationEventResequencer
public CorrelationEventResequencer()
shouldResequence
protected boolean shouldResequence(EventGroup events)
- Specified by:
shouldResequence in class AbstractEventResequencer
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.