struct grpc_channel grpc_channel
The Channel interface allows creation of Call objects.
Definition: grpc_types.h:60
std::shared_ptr< grpc::Channel > CreateChannelFromEndpoint(std::unique_ptr< grpc_event_engine::experimental::EventEngine::Endpoint > endpoint, const std::shared_ptr< ChannelCredentials > &creds, const ChannelArguments &args)
Creates a new Channel from an EventEngine endpoint.