CONTINUE Command
Syntax
Parameters
Parameter | Description | Required | Example |
---|---|---|---|
CLIENT_ID | ID of the client resuming event delivery | Yes |
|
EVENT_NAME | Type of event to resume | Yes |
|
Response
Success
The response confirms that the event delivery has been resumed and includes the event name that was continued.
Error
Examples
Basic Continue
Domain-Level Continue
Resume all events in a domain:
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