import { RemoteChannelClient } from "https://deno.land/x/rimbu@1.2.1/channel/custom/remote-channel-client/remote-channel-client.ts";
Interfaces
Interface defining the confirgartion options for a RemoteChannelClient | |
Defines the static | |
Interface defining the configuration options for creating a remote Channel.Cross channel | |
Interface defining the configuration options for creating a remote Channel.Read channel | |
Interface defining the configuration options for creating a remote Channel.Write channel |
import { type RemoteChannelClient } from "https://deno.land/x/rimbu@1.2.1/channel/custom/remote-channel-client/remote-channel-client.ts";
A RemoteChannelClient allows creating channels to communicate with a RemoteChannelServer. The server should be configured to listen to channels with the channel ids provided to the channel creation functions in the client.
Methods
Resolves, if succesful, to a new remote read channel.
Resolves, if succesful, to a new remote write channel.
Resolves, if succesful, to a new remote cross channel.
import { RemoteChannelClient } from "https://deno.land/x/rimbu@1.2.1/channel/custom/remote-channel-client/remote-channel-client.ts";