Skip to main content

Module connection

Module connection 

Source

Re-exports§

pub use notifier::ConnectionNotifier;
pub use services::ChannelCluster;
pub use services::ConnectionServices;
pub use services::ConnectionSubscription;
pub use services::LiminalConnectionServices;
pub use services::PublishOutcome;
pub use services::build_connection_services;

Modules§

notifier
Connection-keyed notifier hook for worker registration lifecycle.
services

Structs§

ConnectionConversation
Library conversation resource owned by a single connection process.
ConnectionHandle
Handle for one supervised connection process.
ConnectionSupervisor
Supervisor that owns the beamr scheduler for per-connection processes.
PushReplyAwaiter
Awaits the correlated reply to a single server-initiated push.
WebSocketListener
Running sibling WebSocket listener.
WorkerFrontDoorServices
ConnectionServices for the worker front door: registration, correlated push/reply, and notifier-consumed reserved publishes only.

Traits§

ConversationResource
Marker for library conversation state owned by a single connection process.