Class HeaderAttributeCorrelationStrategy
java.lang.Object
org.springframework.integration.aggregator.HeaderAttributeCorrelationStrategy
- All Implemented Interfaces:
CorrelationStrategy
Default implementation of
CorrelationStrategy
.
Uses a provided header attribute to determine the correlation key value.- Author:
- Marius Bogoevici, Artem Bilan
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiongetCorrelationKey
(Message<?> message) Find the correlation key for the given message.
-
Constructor Details
-
HeaderAttributeCorrelationStrategy
-
-
Method Details
-
getCorrelationKey
Description copied from interface:CorrelationStrategy
Find the correlation key for the given message. If no key can be determined the strategy should not returnnull
, but throw an exception.- Specified by:
getCorrelationKey
in interfaceCorrelationStrategy
- Parameters:
message
- The message.- Returns:
- The correlation key.
-