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.
Properties
Section titled “Properties”idempotencyKey?
Section titled “idempotencyKey?”
optionalidempotencyKey?: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.
optimistic?
Section titled “optimistic?”
optionaloptimistic?:boolean
Defined in: bindings/node/dist/index.d.ts:1319

