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)
CorrelationStrategy
null
, but throw an exception.getCorrelationKey
in interface CorrelationStrategy
Copyright © 2017. All rights reserved.