TsgcWSPServer_WAMP › Methods
TsgcWSPServer_WAMP Methods
Public methods grouped by purpose, followed by the full alphabetical list.
RPC replies
| Name | Description |
| CallResult | Sends a CALLRESULT reply (message type 3) to the caller with the successful outcome of a previously received RPC. |
| CallProgressResult | Sends an intermediate (progressive) result chunk to the caller while the RPC is still running; subsequent chunks or a final CallResult are expected. |
| CallError | Sends a CALLERROR reply (message type 4) to the caller when the remote procedure could not be executed or finished unsuccessfully. |
PubSub
| Name | Description |
| Event | Publishes an EVENT message (type 8) to every client currently subscribed to the given topic URI. |
All Methods (alphabetical)
| Name | Description |
| CallError | Sends a CALLERROR reply (message type 4) to the caller when the remote procedure could not be executed or finished unsuccessfully. |
| CallProgressResult | Sends an intermediate (progressive) result chunk to the caller while the RPC is still running; subsequent chunks or a final CallResult are expected. |
| CallResult | Sends a CALLRESULT reply (message type 3) to the caller with the successful outcome of a previously received RPC. |
| Event | Publishes an EVENT message (type 8) to every client currently subscribed to the given topic URI. |