Annotation Interface CoherenceLifecycleEvents
CoherenceLifecycleEvents is an annotation that should be applied to
EventInterceptor
implementations
that want to receive CoherenceLifecycleEvent
s.- Since:
- 20.12
- Author:
- jk 2020.12.16
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionThis element specifies all types ofCoherenceLifecycleEvent.Type
s the interceptor would like to be invoked on.
-
Element Details
-
value
CoherenceLifecycleEvent.Type[] valueThis 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:
{}
-