GloEvtSubscriptionState
Represents the state of the subscription.
enum GloEvtSubscriptionState {
ACTIVE
INACTIVE
}
Values
GloEvtSubscriptionState.ACTIVE
Subscription is active and events of interest are dispatched to consumers.
GloEvtSubscriptionState.INACTIVE
Subscription is not active and events are not dispatched to consumers.