Connector<ClientType, ChannelType> constructor

Connector<ClientType, ChannelType>(
  1. ConnectorOptions<ClientType> options
)

Create a new class instance.

Implementation

Connector(this.options);