Package io.micronaut.websocket.event
Class WebSocketSessionClosedEvent
java.lang.Object
java.util.EventObject
io.micronaut.context.event.ApplicationEvent
io.micronaut.websocket.event.WebSocketEvent
io.micronaut.websocket.event.WebSocketSessionClosedEvent
- All Implemented Interfaces:
Serializable
Fired when a
WebSocketSession
is closed on the server.- Since:
- 1.0
- Author:
- graemerocher
- See Also:
-
Field Summary
Fields inherited from class java.util.EventObject
source
-
Constructor Summary
-
Method Summary
Methods inherited from class io.micronaut.websocket.event.WebSocketEvent
getSource
Methods inherited from class java.util.EventObject
toString
-
Constructor Details
-
WebSocketSessionClosedEvent
Default constructor.- Parameters:
session
- The web socket session
-