Annotation Type TransactionalEventAdvice
-
@Target(ANNOTATION_TYPE) @Retention(RUNTIME) @Around @Type(TransactionalEventInterceptor.class) @Internal public @interface TransactionalEventAdvice
Internal annotation applied toTransactionalEventListener
that allows the interception of methods and binding the event consumer to the running transaction.- Since:
- 1.0
- Author:
- graemerocher