Variable: MessageSubscriptionStateEnum
const MessageSubscriptionStateEnum: object;
The state of message subscription.
Type Declaration
CORRELATED
readonly CORRELATED: "CORRELATED" = 'CORRELATED';
CREATED
readonly CREATED: "CREATED" = 'CREATED';
DELETED
readonly DELETED: "DELETED" = 'DELETED';
MIGRATED
readonly MIGRATED: "MIGRATED" = 'MIGRATED';