@Target(value=METHOD)
@Retention(value=RUNTIME)
@Documented
public @interface IdempotentReceiver
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().| Modifier and Type | Required Element and Description |
|---|---|
java.lang.String[] |
value |
public abstract java.lang.String[] value
IdempotentReceiverInterceptor
bean references.