# Functions
No description provided by the author
# Constants
EventLifecycleStateChanged is dispatched for client lifecycle change events.
StateChangedCluster signals that the client is connected to a new cluster.
StateConnected signals that the client connected to the cluster.
StateDisconnected signals that the client disconnected from the cluster.
StateShutDown signals that the client shut down.
StateShuttingDown signals that the client is shutting down.
StateStarted signals that the client started.
StateStarting signals that the client is starting.
# Structs
StateChangedEvent contains information about a lifecycle event.
# Type aliases
State indicates the state of the lifecycle event.