- All Implemented Interfaces:
- io.micronaut.context.event.ApplicationEventListener<io.micronaut.websocket.event.WebSocketEvent>, java.util.EventListener
@Requires(classes=io.micronaut.websocket.event.WebSocketEvent.class) @Requires(beans=SessionStore.class)
@Singleton
@Internal
public class SessionWebSocketEventListener
extends java.lang.Object
implements io.micronaut.context.event.ApplicationEventListener<io.micronaut.websocket.event.WebSocketEvent>
Persists the session in the background on web socket events.
- Since:
- 1.0