Uses of Interface
org.springframework.integration.aggregator.CorrelationStrategy
Package
Description
Provides classes related to message aggregation.
Base package for configuration.
Root package of the Spring Integration Java DSL.
Provides support classes for file-based aggregation logic.
-
Uses of CorrelationStrategy in org.springframework.integration.aggregator
Modifier and TypeClassDescriptionclass
CorrelationStrategy
implementation that evaluates an expression.class
Default implementation ofCorrelationStrategy
.class
CorrelationStrategy
implementation that works as an adapter to another bean.Modifier and TypeMethodDescriptionprotected CorrelationStrategy
AbstractCorrelatingMessageHandler.getCorrelationStrategy()
Modifier and TypeMethodDescriptionvoid
AbstractCorrelatingMessageHandler.setCorrelationStrategy
(CorrelationStrategy correlationStrategy) void
CorrelatingMessageBarrier.setCorrelationStrategy
(CorrelationStrategy correlationStrategy) Set the CorrelationStrategy to be used to determine the correlation key for incoming messages.void
FluxAggregatorMessageHandler.setCorrelationStrategy
(CorrelationStrategy correlationStrategy) Configure aCorrelationStrategy
to determine a group key from the incoming messages.ModifierConstructorDescriptionAbstractCorrelatingMessageHandler
(MessageGroupProcessor processor, MessageGroupStore store, CorrelationStrategy correlationStrategy, ReleaseStrategy releaseStrategy) AggregatingMessageHandler
(MessageGroupProcessor processor, MessageGroupStore store, CorrelationStrategy correlationStrategy, ReleaseStrategy releaseStrategy) BarrierMessageHandler
(long requestTimeout, long triggerTimeout, CorrelationStrategy correlationStrategy) Construct an instance with the provided timeout and correlation strategy, and default output processor.BarrierMessageHandler
(long requestTimeout, long triggerTimeout, MessageGroupProcessor outputProcessor, CorrelationStrategy correlationStrategy) Construct an instance with the provided timeout and output processor, and default correlation strategy.BarrierMessageHandler
(long timeout, CorrelationStrategy correlationStrategy) Construct an instance with the provided timeout and correlation strategy, and default output processor.BarrierMessageHandler
(long timeout, MessageGroupProcessor outputProcessor, CorrelationStrategy correlationStrategy) Construct an instance with the provided timeout and output processor, and default correlation strategy.ResequencingMessageHandler
(MessageGroupProcessor processor, MessageGroupStore store, CorrelationStrategy correlationStrategy, ReleaseStrategy releaseStrategy) -
Uses of CorrelationStrategy in org.springframework.integration.config
Modifier and TypeMethodDescriptionvoid
AggregatorFactoryBean.setCorrelationStrategy
(CorrelationStrategy correlationStrategy) -
Uses of CorrelationStrategy in org.springframework.integration.dsl
Modifier and TypeMethodDescriptionBarrierSpec.correlationStrategy
(CorrelationStrategy correlationStrategy) CorrelationHandlerSpec.correlationStrategy
(CorrelationStrategy correlationStrategy) -
Uses of CorrelationStrategy in org.springframework.integration.file.aggregator
Modifier and TypeClassDescriptionclass
A convenient component to utilize aFileSplitter.FileMarker
-based aggregation logic.