Package io.fluxcapacitor.common.api
Class ConnectEvent
java.lang.Object
io.fluxcapacitor.common.api.ConnectEvent
- All Implemented Interfaces:
ClientEvent
,JsonType
A platform-generated event that indicates a client has successfully connected to the Flux platform.
This event includes metadata such as the client's name, instance ID, session ID, and the service endpoint it connected to.
Use Cases
- Track client connection activity for monitoring or alerting
- Audit log of system uptime or usage
- See Also:
-
Constructor Details
-
ConnectEvent
public ConnectEvent()
-