Class WebSocketEvent

java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.websocket.event.WebSocketEvent
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
WebSocketMessageProcessedEvent, WebSocketSessionClosedEvent, WebSocketSessionOpenEvent

public class WebSocketEvent extends io.micronaut.context.event.ApplicationEvent
Parent class for all events emitted by the WebSocket server.
Since:
1.0
See Also: