|
| channels.hpp |
| Utilities for managing gRPC connections.
|
|
| client_factory.hpp |
| Creates generated gRPC clients. Has a minimal built-in channel cache: as long as a channel to the same endpoint is used somewhere, the same channel is given out.
|
|
| client_factory_component.hpp |
| Provides a ClientFactory in the component system.
|
|
| client_qos.hpp |
|
| exceptions.hpp |
| Exceptions thrown by gRPC client streams.
|
|
| qos.hpp |
|
| queue_holder.hpp |
| Manages a gRPC completion queue, usable only in clients.
|
|
| rpc.hpp |
| Classes representing an outgoing RPC.
|
|
| simple_client_component.hpp |
| Template class for a simple gRPC client.
|
|