asio-grpc v3.3.0
Asynchronous gRPC with Asio/unified executors
|
Primary ServerRPC template. More...
Primary ServerRPC template.
This is the main entrypoint for implementing asynchronous gRPC servers.
agrpc::ServerRPC<RequestUnary,TraitsT,Executor>
agrpc::ServerRPC<RequestClientStreaming,TraitsT,Executor>
agrpc::ServerRPC<RequestServerStreaming,TraitsT,Executor>
agrpc::ServerRPC<RequestBidiStreaming,TraitsT,Executor>
agrpc::ServerRPC<agrpc::ServerRPCType::GENERIC,TraitsT,Executor>