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