Class WebsocketRequest

This represents the model of a websocket request. It is used to wrap data once it has been received by the server

Hierarchy

  • WebsocketRequest

Constructors

Properties

Constructors

Properties

The websocket connection associated with the request.

data: any

The data associated with the request

messageId: number

The optional message ID of the request. This ID can be used to associate requests and responses.

method: string

The method of the request.

Generated using TypeDoc