|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.routing.inbound.SelectiveConsumer
org.mule.routing.inbound.AbstractEventResequencer
org.mule.routing.inbound.CorrelationEventResequencer
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.
Field Summary |
Fields inherited from class org.mule.routing.inbound.AbstractEventResequencer |
logger, NO_CORRELATION_ID |
Constructor Summary | |
CorrelationEventResequencer()
|
Method Summary | |
protected boolean |
shouldResequence(EventGroup events)
|
Methods inherited from class org.mule.routing.inbound.AbstractEventResequencer |
addEvent, getComparator, process, removeGroup, resequenceEvents, setComparator |
Methods inherited from class org.mule.routing.inbound.SelectiveConsumer |
getFilter, getRouterStatistics, isMatch, isTransformFirst, setFilter, setRouterStatistics, setTransformFirst |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CorrelationEventResequencer()
Method Detail |
protected boolean shouldResequence(EventGroup events)
shouldResequence
in class AbstractEventResequencer
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |