Class ConnectEvent
java.lang.Object
io.fluxzero.common.api.ConnectEvent
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
ConnectEvent
public ConnectEvent()
-