75 extern NSString *NOTIFY_SUBSCRIBE_TIMEOUT;
NSString * NOTIFY_SUBSCRIBE_DENY
Indicate that the client was not authorized to subscribe to a subject.
NSString * NOTIFY_SERVER_UP
Indicate that the client successfully connected to a MigratoryData server.
NSString * NOTIFY_PUBLISH_DENIED
Indicate that the client was unable to publish a message because it is not allowed by your entitlemen...
NSString * NOTIFY_PUBLISH_FAILED
Indicate that the client was unable to publish a message.
NSString * NOTIFY_PUBLISH_NO_SUBSCRIBER
Indicate that the client was unable to publish a message because there is no client subscribed to the...
NSString * NOTIFY_SERVER_DOWN
Indicate that the client failed to connect to a MigratoryData server.
NSString * NOTIFY_DATA_RESYNC
After a failover reconnection, the client synchronized a subscribed subject with the latest message a...
NSString * CONSTANT_WINDOW_BACKOFF
A constant used to define the reconnect policy.
NSString * NOTIFY_SUBSCRIBE_ALLOW
Indicate that the client was authorized to subscribe to a subject.
typedef NS_ENUM(NSInteger, LogType)
This class enumerates the MigratoryData logging levels.
Definition: MigratoryDataGlobals.h:132
NSString * NOTIFY_DATA_SYNC
After a failover reconnection, the client synchronized a subscribed subject with the latest message a...
NSString * NOTIFY_PUBLISH_OK
Indicate that the client successfully published a message.
NSString * TRUNCATED_EXPONENTIAL_BACKOFF
A constant used to define the reconnect policy.