Documentation
Enums
common.MessageType

Enumeration: MessageType

common.MessageType

Types of messages allowed to be sent by the client/server over the WS protocol.

Enumeration Members

Complete

Complete = "complete"

Defined in

src/common.ts:95


ConnectionAck

ConnectionAck = "connection_ack"

Defined in

src/common.ts:87


ConnectionInit

ConnectionInit = "connection_init"

Defined in

src/common.ts:86


Error

Error = "error"

Defined in

src/common.ts:94


Next

Next = "next"

Defined in

src/common.ts:93


Ping

Ping = "ping"

Defined in

src/common.ts:89


Pong

Pong = "pong"

Defined in

src/common.ts:90


Subscribe

Subscribe = "subscribe"

Defined in

src/common.ts:92