Interface RpcMessageTransformationOptions

Configuration for the (potentially) asynchronous message transformation applied to the CONNECT message sent by the client once the underlying transport connection has been completed.

Hierarchy

  • RpcMessageTransformationOptions

Properties

cancelController?: ICancelController

Optional controller that allows for cancellation of the asynchronous process. The transformation implementation is responsible for respecting this.

message: Message

(CONNECT) message to transform

Generated using TypeDoc