| Class | Description |
|---|---|
| CallErrorMessage |
When the remote procedure call could not be executed, an error or exception
occurred during the execution or the execution of the remote procedure
finishes unsuccessfully for any other reason, the server responds by sending
this message
|
| CallMessage |
A client initiates a RPC by sending this message
|
| CallResultMessage |
When the execution of the remote procedure finishes successfully, the server
responds by sending this message
|
| EventMessage |
Subscribers receive PubSub events published by subscribers via the EVENT
message.
|
| PrefixMessage |
A client requests access to a valid topicURI to receive events published to
the given topicURI.
|
| PublishMessage |
The client will send an event to all clients connected to the server who have
subscribed to the topicURI.
|
| SubscribeMessage |
A client requests access to a valid topicURI to receive events published to
the given topicURI.
|
| UnsubscribeMessage |
Calling unsubscribe on a topicURI informs the server to stop delivering
messages to the client previously subscribed to that topicURI.
|
| WampMessage | |
| WelcomeMessage |
When a WAMP client connects to a WAMP server, the very first message sent by
the server is always this message.
|
| Enum | Description |
|---|---|
| WampMessageHeader |
Enumeration of supported headers in a
WampMessage. |
| WampMessageType |
Enumeration of the WAMP message types.
|
Copyright © 2014. All Rights Reserved.