events.iterate.com

Event type

events.iterate.com/stream/subscription-resumed

Operator/agent verb: un-parks a subscription and kicks delivery, resuming at the cursor where it stopped. Moving the cursor is a different act with its own fact — append `subscription-cursor-set` first for a redrive (skip past a bad offset, replay a window).

Payload schema

subscriptionKeystring
Raw JSON schema
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "type": "object",
  "properties": {
    "subscriptionKey": {
      "type": "string",
      "minLength": 1
    }
  },
  "required": [
    "subscriptionKey"
  ]
}