interface RemoteChannel.ReadConfig
Interface defining the read configuration for a RemoteChannel.
Implemented by: RemoteChannelClient.ReadChannelConfig
Properties
channelId
An ID used for the client and server to connect the correct channels to each other.
channelId
handshakeAttemptTimeoutMs
The amount of milliseconds to wait for a reponse to each handshake.
handshakeAttemptTimeoutMs
maxHandshakeAttempts
The amount of handshake attempts to make before failing.
maxHandshakeAttempts
validator
A function taking a message and returning true if the message is of a valid type, false otherwise
validator