GRPC C++
1.74.0
|
#include <grpc/event_engine/event_engine.h>
#include <grpc/support/port_platform.h>
#include <grpcpp/channel.h>
#include <grpcpp/support/channel_arguments.h>
#include <memory>
Go to the source code of this file.
Namespaces | |
grpc | |
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided function on expiry or cancellation. | |
grpc::experimental | |
ClientRpcInfo represents the state of a particular RPC as it appears to an interceptor. | |
Functions | |
std::shared_ptr< grpc::Channel > | grpc::experimental::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. More... | |