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 (opens in a new tab)
ConnectionAck
• ConnectionAck = "connection_ack"
Defined in
src/common.ts:87 (opens in a new tab)
ConnectionInit
• ConnectionInit = "connection_init"
Defined in
src/common.ts:86 (opens in a new tab)
Error
• Error = "error"
Defined in
src/common.ts:94 (opens in a new tab)
Next
• Next = "next"
Defined in
src/common.ts:93 (opens in a new tab)
Ping
• Ping = "ping"
Defined in
src/common.ts:89 (opens in a new tab)
Pong
• Pong = "pong"
Defined in
src/common.ts:90 (opens in a new tab)
Subscribe
• Subscribe = "subscribe"