#include "async_grpc_client.hpp"

Public Attributes | |
| Response | reply |
| grpc::ClientContext | context |
| grpc::Status | status |
| std::unique_ptr< grpc::ClientAsyncResponseReaderInterface< Response > > | response_reader |
| std::function< void(grpc::Status &, Response &)> | on_response |
State and data information of gRPC call
| grpc::ClientContext iroha::network::AsyncGrpcClient< Response >::AsyncClientCall::context |
| std::function<void(grpc::Status &, Response &)> iroha::network::AsyncGrpcClient< Response >::AsyncClientCall::on_response |
| Response iroha::network::AsyncGrpcClient< Response >::AsyncClientCall::reply |
| std::unique_ptr<grpc::ClientAsyncResponseReaderInterface<Response> > iroha::network::AsyncGrpcClient< Response >::AsyncClientCall::response_reader |
| grpc::Status iroha::network::AsyncGrpcClient< Response >::AsyncClientCall::status |