Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
CollectionCorrelatorCallback
A Correlator that correlates messages based on Mule correlation settings
|
class |
SingleCorrelatorCallback
A Correlator that correlates one message at a time
|
Constructor and Description |
---|
EventCorrelator(EventCorrelatorCallback callback,
MessageInfoMapping messageInfoMapping,
MuleContext context) |
Modifier and Type | Method and Description |
---|---|
protected EventCorrelatorCallback |
CorrelationAggregator.getCorrelatorCallback() |
protected abstract EventCorrelatorCallback |
AbstractEventAggregator.getCorrelatorCallback() |
protected EventCorrelatorCallback |
MessageChunkingAggregator.getCorrelatorCallback() |
protected EventCorrelatorCallback |
SimpleCollectionAggregator.getCorrelatorCallback() |
Modifier and Type | Class and Description |
---|---|
class |
ResponseCorrelationAggregator.DefaultEventCorrelatorCallback |
Modifier and Type | Method and Description |
---|---|
protected EventCorrelatorCallback |
SimpleCollectionResponseAggregator.getCorrelatorCallback() |
protected EventCorrelatorCallback |
SingleResponseRouter.getCorrelatorCallback() |
protected EventCorrelatorCallback |
ResponseCorrelationAggregator.getCorrelatorCallback() |
protected abstract EventCorrelatorCallback |
AbstractResponseAggregator.getCorrelatorCallback() |
Copyright © 2003–2013 MuleSource, Inc.. All rights reserved.