Interface providing a mechanism for the client to send and receive messages.
More...
#include <rpcClientMessagingInterface.hpp>
Interface providing a mechanism for the client to send and receive messages.
virtual strus::RpcClientMessagingInterface::~RpcClientMessagingInterface |
( |
| ) |
|
|
inlinevirtual |
virtual void strus::RpcClientMessagingInterface::close |
( |
| ) |
|
|
pure virtual |
Explicit close of the connection.
virtual std::string strus::RpcClientMessagingInterface::config |
( |
| ) |
const |
|
pure virtual |
Get configuration string.
virtual void strus::RpcClientMessagingInterface::sendMessage |
( |
const std::string & |
content | ) |
|
|
pure virtual |
Send a message and do not wait for reply.
- Parameters
-
[in] | content | the content of the message to send |
virtual std::string strus::RpcClientMessagingInterface::sendRequest |
( |
const std::string & |
content | ) |
|
|
pure virtual |
Send a message (request) and wait for reply.
- Parameters
-
[in] | content | the content of the message to send |
- Returns
- the answer of the request
virtual std::string strus::RpcClientMessagingInterface::synchronize |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: