Enum rump::message::MessageType
[−]
[src]
pub enum MessageType { HELLO, WELCOME, ABORT, CHALLENGE, AUTHENTICATE, GOODBYE, HEARTBEAT, ERROR, PUBLISH, PUBLISHED, SUBSCRIBE, SUBSCRIBED, UNSUBSCRIBE, UNSUBSCRIBED, EVENT, CALL, CANCEL, RESULT, REGISTER, REGISTERED, UNREGISTER, UNREGISTERED, INVOCATION, INTERRUPT, YIELD, NONE, }
All WAMP events and message types and their numeric counterparts
Variants
HELLO | |
WELCOME | |
ABORT | |
CHALLENGE | |
AUTHENTICATE | |
GOODBYE | |
HEARTBEAT | |
ERROR | |
PUBLISH | |
PUBLISHED | |
SUBSCRIBE | |
SUBSCRIBED | |
UNSUBSCRIBE | |
UNSUBSCRIBED | |
EVENT | |
CALL | |
CANCEL | |
RESULT | |
REGISTER | |
REGISTERED | |
UNREGISTER | |
UNREGISTERED | |
INVOCATION | |
INTERRUPT | |
YIELD | |
NONE | The message type value was not found, usually this means a protocol violation occured. |