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
ConnectionAck
• ConnectionAck = "connection_ack"
Defined in
ConnectionInit
• ConnectionInit = "connection_init"
Defined in
Error
• Error = "error"
Defined in
Next
• Next = "next"
Defined in
Ping
• Ping = "ping"
Defined in
Pong
• Pong = "pong"
Defined in
Subscribe
• Subscribe = "subscribe"