JavaScript is disabled on your browser.
Skip navigation links
Spring Integration
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field |
Optional |
Required
Detail:
Field |
Element
SEARCH:
Package
org.springframework.integration.annotation
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