Package io.fluxcapacitor.common.api
Class DisconnectEvent
java.lang.Object
io.fluxcapacitor.common.api.DisconnectEvent
- All Implemented Interfaces:
ClientEvent
,JsonType
A platform-generated event that indicates a client has disconnected from the Flux platform.
Includes metadata about the reason and method of disconnection.
Use Cases
- Detect ungraceful client shutdowns or connection drops
- Monitor client session lifecycle and availability
- See Also:
-
Constructor Details
-
DisconnectEvent
public DisconnectEvent()
-