|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.routing.response.AbstractResponseRouter
org.mule.routing.response.AbstractResponseAggregator
org.mule.routing.response.ResponseCorrelationAggregator
ResponseCorrelationAggregator
Correlates one or more events on a response
flow using the Correlation Id to group events
Field Summary |
Fields inherited from class org.mule.routing.response.AbstractResponseAggregator |
eventGroups, logger, timeout |
Fields inherited from class org.mule.routing.response.AbstractResponseRouter |
correlationExtractor |
Constructor Summary | |
ResponseCorrelationAggregator()
|
Method Summary | |
protected EventGroup |
addEvent(UMOEvent event)
Adds the event to an event group. |
protected boolean |
shouldAggregate(EventGroup events)
Determines if the event group is ready to be aggregated. |
Methods inherited from class org.mule.routing.response.AbstractResponseAggregator |
aggregateEvents, getResponse, getTimeout, process, removeGroup, setTimeout |
Methods inherited from class org.mule.routing.response.AbstractResponseRouter |
getCorrelationExtractor, getRouterStatistics, setCorrelationExtractor, setRouterStatistics |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ResponseCorrelationAggregator()
Method Detail |
protected boolean shouldAggregate(EventGroup events)
shouldAggregate
in class AbstractResponseAggregator
events
-
protected EventGroup addEvent(UMOEvent event) throws RoutingException
addEvent
in class AbstractResponseAggregator
event
-
RoutingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |