Skip to main content

ReceiverContext

@rotorsoft/act-root


@rotorsoft/act-root / act-ops/src/receiver / ReceiverContext

Type Alias: ReceiverContext

ReceiverContext = object

Defined in: libs/act-ops/src/receiver/port.ts:9

Context passed to every handler after the receiver has verified the inbound request (when configured) and claimed the Idempotency-Key (or the transport's native message identifier) on the configured store.

Propertiesโ€‹

keyโ€‹

readonly key: string

Defined in: libs/act-ops/src/receiver/port.ts:11

The deduplicated identity of the inbound event.