org.springframework.integration.aggregator
Interface CorrelationStrategy

All Known Implementing Classes:
CorrelationStrategyAdapter, HeaderAttributeCorrelationStrategy

public interface CorrelationStrategy

Strategy for determining how messages shall be correlated. Implementations shall return the correlation key value associated with a particular message.


Method Summary
 java.lang.Object getCorrelationKey(Message<?> message)
           
 

Method Detail

getCorrelationKey

java.lang.Object getCorrelationKey(Message<?> message)