@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) @Around @Type(value=TransactionalEventInterceptor.class) @Internal public @interface TransactionalEventAdvice
TransactionalEventListener
that
allows the interception of methods and binding the event consumer to the running transaction.