#include <channel.h>
template<class R , class W >
template<class R , class W >
Request notification completion.
- Parameters
-
[out] | status | To be updated with the operation status. |
[in] | tag | Tag identifying this request. |
Implements grpc::ClientAsyncStreamingInterface.
template<class R , class W >
Read a message of type R into msg.
Completion will be notified by tag on the associated completion queue.
- Parameters
-
[out] | msg | Where to eventually store the read message. |
[in] | tag | The tag identifying the operation. |
Implements grpc::AsyncReaderInterface< R >.
template<class R , class W >
Request notification of the reading of the initial metadata.
Completion will be notified by tag on the associated completion queue.
- Parameters
-
[in] | tag | Tag identifying this request. |
Implements grpc::ClientAsyncStreamingInterface.
template<class R , class W >
Request the writing of msg with identifying tag tag.
- Parameters
-
[in] | msg | The message to be written. |
[in] | tag | The tag identifying the operation. |
Implements grpc::AsyncWriterInterface< W >.
template<class R , class W >
The documentation for this class was generated from the following files: