Annotation Interface OfCorrelationId


@Documented @Retention(RUNTIME) @Target(PARAMETER) public @interface OfCorrelationId
When applied to a parameter of a ByJms interface, it specifies the argument value should be used for Message.setJMSCorrelationID(String).

Only String value is supported.

Since:
1.0
Author:
Lei Yang