userver: userver/ugrpc/client/stream.hpp File Reference
Loading...
Searching...
No Matches
stream.hpp File Reference

Detailed Description

Client streaming interfaces.

Definition in file stream.hpp.

Go to the source code of this file.

#include <memory>
#include <userver/ugrpc/client/impl/rpc.hpp>
+ This graph shows which files directly or indirectly include this file:

Classes

class  ugrpc::client::Reader< Response >
 Client-side interface for server-streaming. More...
 
class  ugrpc::client::Writer< Request, Response >
 Client-side interface for client-streaming. More...
 
class  ugrpc::client::ReaderWriter< Request, Response >
 Client-side interface for bi-directional streaming. More...
 

Namespaces

namespace  ugrpc
 Asynchronous gRPC driver.
 
namespace  ugrpc::client
 Client-side utilities.