type alias IngressKind
Since 0.3.0

The ingress path a unit of non-HTTP work arrived on.

A behaviour branches on this when its concern is transport-specific (e.g. reading headers, which only the 'messaging' and 'queue' arms carry). Exhaustive over the four ingress paths the behaviour chain wraps.

Definition

"queue" | "scheduler" | "messaging" | "websocket"

Usage

import { type IngressKind } from "common/src/index.ts";