JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
Spring Integration
org.springframework.integration.annotation
CorrelationStrategy
Contents
Description
Hide sidebar
Show sidebar
Annotation Interface CorrelationStrategy
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
@Documented
public @interface
CorrelationStrategy
Indicates that a given method is capable of determining the correlation key of a message sent as parameter.
Author:
Marius Bogoevici