|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EventGroup | |
| org.mule.routing | Defines the core routing patterns supported by mule. |
| org.mule.routing.inbound | Inbound router implementation as described in the Enterprise Integration Patterns book. |
| org.mule.routing.response | Response router implementations that enable asynchronous event processing in request /response messaging requests. |
| org.mule.samples.loanbroker.esb.routers | |
| org.mule.samples.loanbroker.routers | |
| org.mule.samples.voipservice.routers | |
| org.mule.tck.testmodels.mule | |
| org.mule.test.usecases.service | |
| Uses of EventGroup in org.mule.routing |
| Methods in org.mule.routing that return EventGroup | |
EventGroup |
AggregationException.getEventGroup()
|
| Constructors in org.mule.routing with parameters of type EventGroup | |
AggregationException(EventGroup eventGroup,
UMOImmutableEndpoint endpoint)
|
|
AggregationException(EventGroup eventGroup,
UMOImmutableEndpoint endpoint,
Throwable cause)
|
|
AggregationException(Message message,
EventGroup eventGroup,
UMOImmutableEndpoint endpoint)
|
|
AggregationException(Message message,
EventGroup eventGroup,
UMOImmutableEndpoint endpoint,
Throwable cause)
|
|
| Uses of EventGroup in org.mule.routing.inbound |
| Methods in org.mule.routing.inbound that return EventGroup | |
protected EventGroup |
CorrelationAggregator.addEvent(UMOEvent event)
Adds the event to an event group. |
protected EventGroup |
AbstractEventResequencer.addEvent(UMOEvent event)
|
protected EventGroup |
AbstractEventAggregator.addEvent(UMOEvent event)
Adds the event to an event group. |
| Methods in org.mule.routing.inbound with parameters of type EventGroup | |
protected boolean |
CorrelationAggregator.shouldAggregate(EventGroup events)
Determines if the event group is ready to be aggregated. |
protected boolean |
CorrelationEventResequencer.shouldResequence(EventGroup events)
|
protected List |
AbstractEventResequencer.resequenceEvents(EventGroup events)
|
protected abstract boolean |
AbstractEventResequencer.shouldResequence(EventGroup events)
|
protected abstract boolean |
AbstractEventAggregator.shouldAggregate(EventGroup events)
Determines if the event group is ready to be aggregated. |
protected abstract UMOMessage |
AbstractEventAggregator.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true. |
protected UMOMessage |
MessageChunkingAggregator.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true. |
| Uses of EventGroup in org.mule.routing.response |
| Methods in org.mule.routing.response that return EventGroup | |
protected EventGroup |
AbstractResponseAggregator.addEvent(UMOEvent event)
Adds the event to an event group. |
protected EventGroup |
AbstractResponseAggregator.createEventGroup(Object id,
UMOEvent event)
Creates a new event group with the given Id and can use other properties on the event Custom implementations can even overload the eventGroup object here |
protected EventGroup |
ResponseCorrelationAggregator.createEventGroup(Object id,
UMOEvent event)
Creates the event group with a specific correlation size based on the Mule Correlation support |
| Methods in org.mule.routing.response with parameters of type EventGroup | |
protected abstract boolean |
AbstractResponseAggregator.shouldAggregate(EventGroup events)
Determines if the event group is ready to be aggregated. |
protected abstract UMOMessage |
AbstractResponseAggregator.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true. |
protected boolean |
SingleResponseRouter.shouldAggregate(EventGroup events)
Determines if the event group is ready to be aggregated. |
protected UMOMessage |
SingleResponseRouter.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true. |
protected boolean |
ResponseCorrelationAggregator.shouldAggregate(EventGroup events)
Determines if the event group is ready to be aggregated. |
| Uses of EventGroup in org.mule.samples.loanbroker.esb.routers |
| Methods in org.mule.samples.loanbroker.esb.routers with parameters of type EventGroup | |
protected UMOMessage |
BankQuotesResponseAggregator.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true. |
| Uses of EventGroup in org.mule.samples.loanbroker.routers |
| Methods in org.mule.samples.loanbroker.routers with parameters of type EventGroup | |
protected UMOMessage |
BankQuotesAggregator.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true. |
protected boolean |
BankQuotesAggregator.shouldAggregate(EventGroup events)
Determines if the event group is ready to be aggregated. |
protected UMOMessage |
BankQuotesResponseAggregator.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true. |
protected boolean |
BankQuotesResponseAggregator.shouldAggregate(EventGroup events)
Determines if the event group is ready to be aggregated. |
| Uses of EventGroup in org.mule.samples.voipservice.routers |
| Methods in org.mule.samples.voipservice.routers with parameters of type EventGroup | |
protected UMOMessage |
PaymentValidationResponseAggregator.aggregateEvents(EventGroup events)
|
protected boolean |
PaymentValidationResponseAggregator.shouldAggregate(EventGroup events)
|
| Uses of EventGroup in org.mule.tck.testmodels.mule |
| Methods in org.mule.tck.testmodels.mule with parameters of type EventGroup | |
protected UMOMessage |
TestResponseAggregator.aggregateEvents(EventGroup events)
This method is invoked if the shouldAggregate method is called and returns true. |
| Uses of EventGroup in org.mule.test.usecases.service |
| Methods in org.mule.test.usecases.service with parameters of type EventGroup | |
protected UMOMessage |
DummyResponseAggregator.aggregateEvents(EventGroup events)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||