Skip to main content

namespace RemoteChannelClient

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.

Companion interface: RemoteChannelClient

Interfaces

NameDescription
RemoteChannelClient.ConfigInterface defining the confirgartion options for a RemoteChannelClient
RemoteChannelClient.ConstructorsDefines the static RemoteChannelClient API.
RemoteChannelClient.CrossChannelConfigInterface defining the configuration options for creating a remote Channel.Cross channel
RemoteChannelClient.ReadChannelConfigInterface defining the configuration options for creating a remote Channel.Read channel
RemoteChannelClient.WriteChannelConfigInterface defining the configuration options for creating a remote Channel.Write channel

Static Methods

create

Creates a new RemoteChannelClient instance with the given configuration.

Definition

create(config: RemoteChannelClient.Config): Promise<RemoteChannelClient>;

Parameters

NameTypeDescription
configRemoteChannelClient.Configthe configuration for the client: