EnSync Engine Documentation Help

CONTINUE Command

Syntax

CONTINUE;CLIENT_ID=client_id;EVENT_NAME=event_type

Parameters

Parameter

Description

Required

Example

CLIENT_ID

ID of the client resuming event delivery

Yes

client-123abc

EVENT_NAME

Type of event to resume

Yes

user/profile/updated

Response

Success

+PASS:CONTINUED;EVENT_NAME=user/profile/updated

The response confirms that the event delivery has been resumed and includes the event name that was continued.

Error

-FAIL:MISSING_PARAMETERS;MESSAGE=Missing required continue request. Ensure CLIENT_ID and EVENT_NAME are passed
-FAIL:NOT_SUBSCRIBED;MESSAGE=Client is not subscribed to the specified event type
-FAIL:NOT_PAUSED;MESSAGE=Event delivery is not paused for this event type

Examples

Basic Continue

CONTINUE;CLIENT_ID=client-123abc;EVENT_NAME=user/profile/updated

Domain-Level Continue

Resume all events in a domain:

CONTINUE;CLIENT_ID=client-123abc;EVENT_NAME=order/*

Notes

  • Continuing a subscription resumes event delivery from where it was paused

  • Any events that were queued during the pause period will be delivered

  • The client's position in the event stream is preserved

  • The system will check if the client has an active subscription before continuing

  • The system will verify that the subscription was actually paused

  • Wildcards can be used to continue multiple event types (e.g., order/* continues all order events)

  • If a client disconnects while paused, the subscription will remain paused when they reconnect

Last modified: 07 October 2025