Annotation Type IdempotentReceiver
@Target(METHOD)
@Retention(RUNTIME)
@Documented
public @interface IdempotentReceiver
A
method that has a MessagingAnnotation (@code @ServiceActivator, @Router etc.)
that also has this annotation, has an
IdempotentReceiverInterceptor applied
to the associated MessageHandler.handleMessage(org.springframework.messaging.Message<?>) method.
The interceptor bean names are provided in the value().- Since:
- 4.1
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]value
-
Element Details
-
value
java.lang.String[] value- Returns:
- the
IdempotentReceiverInterceptorbean references.
-