Skip to content

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

PropertyModifierTypeDescriptionDefined in
acceptedreadonlyboolean-packages/channels/src/spi.ts:115
reason?readonly"queue-full" | "stopped"Present when accepted is false.packages/channels/src/spi.ts:117