TsgcWSPServer_WAMP › Methods

TsgcWSPServer_WAMP Methods

Public methods grouped by purpose, followed by the full alphabetical list.

RPC replies

NameDescription
CallResultSends a CALLRESULT reply (message type 3) to the caller with the successful outcome of a previously received RPC.
CallProgressResultSends an intermediate (progressive) result chunk to the caller while the RPC is still running; subsequent chunks or a final CallResult are expected.
CallErrorSends a CALLERROR reply (message type 4) to the caller when the remote procedure could not be executed or finished unsuccessfully.

PubSub

NameDescription
EventPublishes an EVENT message (type 8) to every client currently subscribed to the given topic URI.

All Methods (alphabetical)

NameDescription
CallErrorSends a CALLERROR reply (message type 4) to the caller when the remote procedure could not be executed or finished unsuccessfully.
CallProgressResultSends an intermediate (progressive) result chunk to the caller while the RPC is still running; subsequent chunks or a final CallResult are expected.
CallResultSends a CALLRESULT reply (message type 3) to the caller with the successful outcome of a previously received RPC.
EventPublishes an EVENT message (type 8) to every client currently subscribed to the given topic URI.