Skip to main content
Pause temporarily stops your client from receiving new events while keeping the subscription active. Use this for maintenance windows or when you need to temporarily halt processing. Unlike unsubscribe, paused events remain queued and will be delivered when you continue.

Usage

Methods

When to Use

  • Maintenance windows: Pause during system updates or database migrations
  • Temporary halt: Stop processing while performing operations that require no new events
  • Controlled restart: Pause before restarting to avoid losing in-flight events
Pause affects only this client instance. Your other client instances sharing the same appKey continue receiving events.