NOTIFY_DATA_RESYNC constant
String
const NOTIFY_DATA_RESYNC
A constant which indicates that after a fail-over reconnection, the client successfully synchronized a subscribed subject with the latest message available for that subject, but not with the potential messages published during the fail-over, therefore behaving as a fresh client.
Implementation
static const String NOTIFY_DATA_RESYNC = "NOTIFY_DATA_RESYNC";