OnGatewayConnection


interface OnGatewayConnection<T = any> {
  handleConnection(client: T, ...args: any[]): any
}

Methods

handleConnection()


handleConnection(client: T, ...args: any[]): any

Parameters

Option Type Description
client T
args any[]

Returns

any