Skip to main content

connect_remote

Function connect_remote 

Source
pub async fn connect_remote(
    address: &str,
    rql: &str,
    token: Option<&str>,
    wire_format: WireFormat,
) -> Result<RemoteSubscription, RemoteSubscriptionError>
Expand description

Connect to a remote node and create a subscription.