Private Optional actorIDPrivate countPrivate eventPrivate eventPrivate keyPrivate seqPrivate Optional sessionIDPrivate statusapplyStatus applies the channel status into this channel.
getStatus returns the status of this channel.
publish publishes an event to all registered handlers.
subscribe registers a callback to subscribe to events on the channel.
The callback will be called when the broadcast event is received from the remote client.
subscribe registers a callback to subscribe to events on the channel.
The callback will be called when the local client sends a broadcast event.
subscribe registers a callback to subscribe to events on the channel.
The callback will be called when an authentication error occurs.
subscribe registers a callback to subscribe to presence events on the channel.
The callback will be called when the presence count changes.
subscribe registers a callback to subscribe to all events on the channel.
subscribe registers a callback to subscribe to broadcast events for a specific topic.
The callback will be called when a broadcast event with the matching topic is received.
subscribe registers an observer for all channel events.
Returns an unsubscribe function.
Channelrepresents a lightweight channel for presence and messaging.