public class MethodInvokingCorrelationStrategy extends Object implements CorrelationStrategy
CorrelationStrategy implementation that works as an adapter to another bean.| Constructor and Description |
|---|
MethodInvokingCorrelationStrategy(Object object,
Method method) |
MethodInvokingCorrelationStrategy(Object object,
String methodName) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getCorrelationKey(Message<?> message)
Find the correlation key for the given message.
|
public MethodInvokingCorrelationStrategy(Object object, String methodName)
public Object getCorrelationKey(Message<?> message)
CorrelationStrategynull, but throw an exception.getCorrelationKey in interface CorrelationStrategyCopyright © 2016. All rights reserved.