All configuration options for creating a new eventstream RPC client

Hierarchy

  • RpcClientConfig

Properties

connectTransform?: RpcMessageTransformation

Optional message transformation function to apply to the eventstream connect message sent by the client.

hostName: string

Name of the host to connect to

port: number

Port of the host to connect to

socketOptions?: SocketOptions

Optional, additional socket options for the underlying connection

tlsCtx?: ClientTlsContext

Optional TLS context to use when establishing a connection

Generated using TypeDoc