19 #ifndef GRPCPP_IMPL_CODEGEN_DELEGATING_CHANNEL_H
20 #define GRPCPP_IMPL_CODEGEN_DELEGATING_CHANNEL_H
27 namespace experimental {
42 return delegate_channel_;
57 void* RegisterMethod(
const char* method)
final {
74 internal::Call CreateCallInternal(
const internal::RpcMethod& method,
75 ClientContext* context,
77 size_t interceptor_pos)
final {
86 std::shared_ptr<::grpc::ChannelInterface> delegate_channel_;
Codegen interface for grpc::Channel.
Definition: channel_interface.h:71
A ClientContext allows the person implementing a service client to:
Definition: client_context.h:193
A thin wrapper around grpc_completion_queue (see src/core/lib/surface/completion_queue....
Definition: completion_queue.h:102
Definition: delegating_channel.h:29
~DelegatingChannel() override
Definition: delegating_channel.h:31
std::shared_ptr<::grpc::ChannelInterface > delegate_channel()
Definition: delegating_channel.h:41
grpc_connectivity_state GetState(bool try_to_connect) override
Get the current channel state.
Definition: delegating_channel.h:37
DelegatingChannel(std::shared_ptr<::grpc::ChannelInterface > delegate_channel)
Definition: delegating_channel.h:33
Straightforward wrapping of the C call object.
Definition: call.h:35
An abstract collection of call ops, used to generate the grpc_call_op structure to pass down to the l...
Definition: call_op_set_interface.h:34
Descriptor of an RPC method.
Definition: rpc_method.h:29
grpc_connectivity_state
Connectivity state of a channel.
Definition: connectivity_state.h:27
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition: alarm.h:33
Analogous to struct timespec.
Definition: gpr_types.h:47