Skip to main content

Module remote

Module remote 

Source
Expand description

Shared remote subscription support.

Provides connection and proxy logic for remote subscriptions, used by both gRPC and WebSocket server subsystems.

Structs§

RemoteSubscription
An active remote subscription, wrapping the underlying gRPC connection.

Enums§

RemoteSubscriptionError
Error returned when connecting to a remote subscription fails.

Functions§

connect_remote
Connect to a remote node and create a subscription.
proxy_remote
Proxy frames from a remote subscription to a local channel.