Base Subscription Set
Base interface for shared functionality between SubscriptionSet and MutableSubscriptionSet.
Functions
find By Name
Link copied to clipboard
Find the subscription with a given name.
find By Query
Link copied to clipboard
Find the first subscription that contains the given query. It is possible for multiple named subscriptions to contain the same query.
iterator
Link copied to clipboard
Properties
errorMessage
Link copied to clipboard
If state returns SubscriptionSetState.ERROR, this method will return the reason. Errors can be fixed by modifying the subscription accordingly and then call SubscriptionSet.waitForSynchronization.
state
Link copied to clipboard
The current state of the SubscriptionSet. See SubscriptionSetState for more details about each state.