Skip to content

SendOpts

Defined in: bindings/node/dist/index.d.ts:1318

Options for the top-level send_* convenience helpers. should_push is derived from the content type’s codec, so callers only control optimistic delivery and the idempotency key.

optional idempotencyKey?: string

Defined in: bindings/node/dist/index.d.ts:1324

Optional idempotency key. Re-sending identical content with the same key produces the same message id and is deduplicated. Defaults to a timestamp.


optional optimistic?: boolean

Defined in: bindings/node/dist/index.d.ts:1319