| Package | Description |
|---|---|
| org.mule.runtime.core.routing | |
| org.mule.runtime.core.routing.correlation |
| Modifier and Type | Method and Description |
|---|---|
EventGroup |
AggregationException.getEventGroup() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Event |
AbstractCorrelationAggregator.aggregateEvents(EventGroup events) |
int |
EventGroup.compareTo(EventGroup other)
Compare this EventGroup to another one.
|
| Constructor and Description |
|---|
AggregationException(EventGroup eventGroup,
Processor endpoint) |
AggregationException(EventGroup eventGroup,
Processor endpoint,
Throwable cause) |
AggregationException(org.mule.runtime.api.i18n.I18nMessage message,
EventGroup eventGroup,
Processor endpoint) |
AggregationException(org.mule.runtime.api.i18n.I18nMessage message,
EventGroup eventGroup,
Processor endpoint,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
protected EventGroup |
EventCorrelator.addEventGroup(EventGroup group) |
EventGroup |
EventCorrelatorCallback.createEventGroup(Event event,
Object id)
Creates the event group with a specific correlation size based on the Mule GroupCorrelation support
|
EventGroup |
CollectionCorrelatorCallback.createEventGroup(Event event,
Object groupId)
Creates a new EventGroup that will expect the number of events as returned by
GroupCorrelation.getGroupSize(). |
protected EventGroup |
EventCorrelator.getEventGroup(Serializable groupId) |
| Modifier and Type | Method and Description |
|---|---|
protected EventGroup |
EventCorrelator.addEventGroup(EventGroup group) |
Event |
EventCorrelatorCallback.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true.
|
Event |
ResequenceMessagesCorrelatorCallback.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true.
|
Event |
CollectionCorrelatorCallback.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true.
|
Event |
ResequenceCorrelatorCallback.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true.
|
protected void |
EventCorrelator.handleGroupExpiry(EventGroup group) |
protected void |
EventCorrelator.removeEventGroup(EventGroup group) |
boolean |
EventCorrelatorCallback.shouldAggregateEvents(EventGroup events)
Determines if the event group is ready to be aggregated.
|
boolean |
CollectionCorrelatorCallback.shouldAggregateEvents(EventGroup events) |
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.