19 #ifndef GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H 20 #define GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H 51 template <
class W,
class R>
55 template <
class W,
class R>
58 template <
class W,
class R>
62 template <
class W,
class R>
71 template <
class W,
class R>
75 template <
class W,
class R>
87 template <
class W,
class R>
95 #endif // GRPCPP_IMPL_CODEGEN_ASYNC_STREAM_H An interface that can be fed a sequence of messages of type W.
Definition: async_stream_impl.h:103
Async server-side API for doing server streaming RPCs, where the outgoing message stream from the ser...
Definition: async_stream_impl.h:847
Definition: async_stream_impl.h:170
Definition: async_stream_impl.h:315
Common interface for client side asynchronous writing.
Definition: async_stream_impl.h:302
Definition: async_stream_impl.h:486
::grpc_impl::internal::ClientAsyncReaderFactory< R > ClientAsyncReaderFactory
Definition: async_stream.h:81
::grpc_impl::internal::ClientAsyncStreamingInterface ClientAsyncStreamingInterface
Definition: async_stream.h:29
Async client-side interface for bi-directional streaming, where the outgoing message stream going to ...
Definition: async_stream_impl.h:513
Definition: async_stream_impl.h:799
Async client-side API for doing server-streaming RPCs, where the incoming message stream coming from ...
Definition: async_stream_impl.h:197
Server-side interface for asynchronous bi-directional streaming.
Definition: async_stream_impl.h:960
Definition: async_stream_impl.h:643
Async server-side API for doing client-streaming RPCs, where the incoming message stream from the cli...
Definition: async_stream_impl.h:700
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
Async client-side interface for bi-directional streaming, where the client-to-server message stream h...
Definition: async_stream_impl.h:472
Async server-side API for doing bidirectional streaming RPCs, where the incoming message stream comin...
Definition: async_stream_impl.h:1012
An interface that yields a sequence of messages of type R.
Definition: async_stream_impl.h:81
Async API on the client side for doing client-streaming RPCs, where the outgoing message stream going...
Definition: async_stream_impl.h:346
Definition: async_stream_impl.h:164