Skip to main content

Module incoming

Module incoming 

Source
Expand description

One receiver and processing scheduler for each client context.

Structs§

IncomingCoordinator
Shares receipt and ordered processing across all readers in one context. Database transactions provide the cross-process safety boundary.
IncomingLease
Holds network interest and scope status; application acknowledgement is separate.
IncomingRuntime
Shared client runtime. Transport capability and limits are fixed at construction. The controller slot orders its final release with the next reader acquisition.
IncomingStatus
Current scope status plus the immediately replaced scope’s cancellation result.
IncomingTopicStatus
Per-topic proof of durable receipt and processing through one fixed head.

Enums§

IncomingConnection
Transport health; a connected wire does not imply completed processing.
IncomingError
IncomingProcessing
Processing state through the fixed targets, independent of application delivery.
IncomingReceivePolicy
When a fixed-target operation may query beyond durable receipt.
IncomingRegistration
Whether this topic still has network interest for the current scope.
IncomingScope
Network interest held by one reader or bounded sync run.