ACTIV Topic subscription states.
The topic subscription state identifies the current state of a topic with topic type TopicType.map
pending
The initial state for a subscription during setup, this state will not normally be seen by clients.
synchronizing
A synchronization state is used for topics that are of type map
ok
The topic is subscribed and valid, no gaps have been detected since the last refresh message
gap
A gap or failover has been detected for a topic, whilst any subsequent update message may be used there may have been missing updates and any locally stored last value cache should be considered invalid. This state will remain unchanged until a refresh message is received.