@FunctionalInterface
public interface CorrelationStrategy
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
getCorrelationKey(org.springframework.messaging.Message<?> message)
Find the correlation key for the given message.
|
java.lang.Object getCorrelationKey(org.springframework.messaging.Message<?> message)
null, but throw an exception.message - The message.