Annotation Type CoherenceLifecycleEvents
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface CoherenceLifecycleEvents
CoherenceLifecycleEvents is an annotation that should be applied toEventInterceptor
implementations that want to receiveCoherenceLifecycleEvent
s.- Since:
- 20.12
- Author:
- jk 2020.12.16
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description CoherenceLifecycleEvent.Type[]
value
This element specifies all types ofCoherenceLifecycleEvent.Type
s the interceptor would like to be invoked on.
-
-
-
Element Detail
-
value
CoherenceLifecycleEvent.Type[] value
This element specifies all types ofCoherenceLifecycleEvent.Type
s the interceptor would like to be invoked on.If not specified, the interceptor will be registered to handle ALL
CoherenceLifecycleEvent.Type
s.- Returns:
- all
CoherenceLifecycleEvent.Type
s theEventInterceptor
would like to receive notifications on
- Default:
- {}
-
-