Client SDKsC++How-to guidesRPC
RPC Examples
Command and query request-reply examples for the C++ SDK.
Request-reply examples covering commands (execute actions) and queries (fetch data).
Send Command
Send a command and receive execution confirmation
Handle Command
Subscribe to and handle incoming commands
Command Timeout
Handle command timeout scenarios
Command Group
Load-balanced command handling with consumer groups
Send Query
Send a query and receive response data
Handle Query
Subscribe to and handle incoming queries
Cached Query
Query caching with CacheKey and CacheTTL
Query Group
Load-balanced query handling with consumer groups
Was this page helpful?