Graphorin API reference v0.8.0
Graphorin API reference / @graphorin/channels / / InboundAcceptance
Interface: InboundAcceptance
Defined in: packages/channels/src/spi.ts:114
Result of handing an inbound message to the gateway. Adapters use the rejection reasons to react at the transport level (e.g. slow a poller down on 'queue-full').
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
accepted | readonly | boolean | - | packages/channels/src/spi.ts:115 |
reason? | readonly | "queue-full" | "stopped" | Present when accepted is false. | packages/channels/src/spi.ts:117 |