Spring Integration

org.springframework.integration.aggregator
Class ExpressionEvaluatingCorrelationStrategy

java.lang.Object
  extended by org.springframework.integration.aggregator.ExpressionEvaluatingCorrelationStrategy
All Implemented Interfaces:
CorrelationStrategy

public class ExpressionEvaluatingCorrelationStrategy
extends Object
implements CorrelationStrategy

CorrelationStrategy implementation that evaluates an expression.

Author:
Dave Syer

Constructor Summary
ExpressionEvaluatingCorrelationStrategy(String expression)
           
 
Method Summary
 Object getCorrelationKey(Message<?> message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExpressionEvaluatingCorrelationStrategy

public ExpressionEvaluatingCorrelationStrategy(String expression)
Method Detail

getCorrelationKey

public Object getCorrelationKey(Message<?> message)
Specified by:
getCorrelationKey in interface CorrelationStrategy

Spring Integration

Copyright © 2010. All Rights Reserved.