Package | Description |
---|---|
org.springframework.integration.aggregator |
Provides classes related to message aggregation.
|
org.springframework.integration.config |
Base package for configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionEvaluatingCorrelationStrategy
CorrelationStrategy implementation that evaluates an expression. |
class |
HeaderAttributeCorrelationStrategy
Default implementation of
CorrelationStrategy . |
class |
MethodInvokingCorrelationStrategy
CorrelationStrategy implementation that works as an adapter to another bean. |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCorrelatingMessageHandler.setCorrelationStrategy(CorrelationStrategy correlationStrategy) |
void |
CorrelatingMessageBarrier.setCorrelationStrategy(CorrelationStrategy correlationStrategy)
Set the CorrelationStrategy to be used to determine the correlation key for incoming messages
|
Constructor and Description |
---|
AbstractCorrelatingMessageHandler(MessageGroupProcessor processor,
MessageGroupStore store,
CorrelationStrategy correlationStrategy,
ReleaseStrategy releaseStrategy) |
AggregatingMessageHandler(MessageGroupProcessor processor,
MessageGroupStore store,
CorrelationStrategy correlationStrategy,
ReleaseStrategy releaseStrategy) |
ResequencingMessageHandler(MessageGroupProcessor processor,
MessageGroupStore store,
CorrelationStrategy correlationStrategy,
ReleaseStrategy releaseStrategy) |
Modifier and Type | Method and Description |
---|---|
CorrelationStrategy |
CorrelationStrategyFactoryBean.getObject() |
Copyright © 2015. All rights reserved.