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