|
Apache Mesos
|
The response of a RPC call. More...
#include <grpc.hpp>
Public Member Functions | |
| RpcResult (const ::grpc::Status &_status, const T &_response) | |
Public Attributes | |
| ::grpc::Status | status |
| T | response |
The response of a RPC call.
It includes the gRPC Status (https://grpc.io/grpc/cpp/classgrpc_1_1_status.html), and the actual protobuf response body.
|
inline |
| T process::grpc::RpcResult< T >::response |
| ::grpc::Status process::grpc::RpcResult< T >::status |
1.8.5