Session Events
You can register ApplicationEventListener beans to listen for Session related events located in the io.micronaut.session.event package.
The following table summarizes the events:
Type | Description |
---|---|
Fired when a Session is created | |
Fired when a Session is deleted | |
Fired when a Session expires | |
Parent of both |