Skip to main content

Module types

Module types 

Source

Structs§

ClientInfo
Identity and application metadata for a connected Centrifugo client.
ConnectResult
Successful connection handshake returned by Centrifugo.
HistoryResult
Publications and stream position returned by a history query.
PresenceResult
Connected clients currently present on a channel, keyed by client identifier.
PresenceStats
Aggregate client and user counts for a channel.
Publication
Publication delivered through a subscription or history result.
RpcResult
Application payload returned by a Centrifugo RPC call.
StreamPosition
Recoverable stream cursor for history and subscriptions.
SubRefreshResult
Successful subscription-token refresh response.
SubscribeResult
Successful subscription handshake and recovery state returned by Centrifugo.

Enums§

ClientEvent
Event emitted by the connection lifecycle.
SubscriptionEvent
Event emitted by a channel subscription.