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