Spring Integration

org.springframework.integration.aggregator
Interface CorrelationStrategy

All Known Implementing Classes:
ExpressionEvaluatingCorrelationStrategy, HeaderAttributeCorrelationStrategy, MethodInvokingCorrelationStrategy

public interface CorrelationStrategy

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

Author:
Marius Bogoevici

Method Summary
 Object getCorrelationKey(Message<?> message)
           
 

Method Detail

getCorrelationKey

Object getCorrelationKey(Message<?> message)

Spring Integration

Copyright © 2010. All Rights Reserved.