Annotation Type TransactionEvents
- 
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface TransactionEvents
TransactionEventInterceptor is an annotation that should be applied toEventInterceptorimplementations that want to receiveTransactionEvents.- Since:
 - 20.06
 - Author:
 - as 2020.04.01
 
 
- 
- 
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description TransactionEvent.Type[]valueThis element specifies all types ofTransactionEvent.Types the interceptor would like to be invoked on. 
 - 
 
- 
- 
Element Detail
- 
value
TransactionEvent.Type[] value
This element specifies all types ofTransactionEvent.Types the interceptor would like to be invoked on.If not specified, the interceptor will be registered to handle ALL
TransactionEvent.Types.- Returns:
 - all 
TransactionEvent.Types theEventInterceptorwould like to receive notifications on 
- Default:
 - {}
 
 
 - 
 
 -