Enumeration TopicStatuses

The different statuses that a topic subscription can be in.

Enumeration Members

Enumeration Members

Joining: 2

In the process of subscribing to the topic (waiting for the server's response).

Leaving: 1

In the process of leaving the topic (waiting for the server's response).

Subscribed: 3

Successfully subscribed to the topic.

Unsubscribed: 0

A topic that has been successfully left or disconnected from.

Generated using TypeDoc