Skip to content

Graphorin API reference v0.15.1


Graphorin API reference / @graphorin/channels / / InboundAcceptance

Interface: InboundAcceptance

Defined in: packages/channels/src/spi.ts:114

Stable

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').

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