Module apis::channel

source ·

Modules

Structs

Main channel struct.
Channel definition.
Sender disconnected, no further messages will ever be received.
Receiver disconnected, message will never be deliverable.

Enums

Error creating concrete Channel instance from a given channel def.
Error defining Def.
Channel kind defines the connection topology of a channel.

Traits

Interface for a channel endpoint.
Unique identifier with a total mapping to channel infos.
Interface for a channel sourcepoint.

Functions

Type Definitions