| 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 other components of the system via the
EVENT message.
|
| PrefixMessage |
Client-to-Server message
|
| PublishMessage |
The client will send an event to all clients connected to the server who have
subscribed to the topicURI.
|
| PubSubMessage |
Base class for the publish/subscribe messages.
|
| 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
back to the client is this WELCOME message.
|
| Enum | Description |
|---|---|
| WampMessageHeader |
Enumeration of supported headers in a
WampMessage. |
| WampMessageType |
Enumeration of the WAMP v1 message types.
|
Copyright © 2014–2017. All rights reserved.