14 #ifndef GRPC_CORE_LIB_EVENT_ENGINE_ENDPOINT_CONFIG_INTERNAL_H
15 #define GRPC_CORE_LIB_EVENT_ENGINE_ENDPOINT_CONFIG_INTERNAL_H
24 namespace experimental {
33 Setting Get(absl::string_view key)
const override;
A readonly EndpointConfig based on grpc_channel_args.
Definition: endpoint_config_internal.h:29
Setting Get(absl::string_view key) const override
Returns an EndpointConfig Setting.
Definition: endpoint_config.cc:28
ChannelArgsEndpointConfig(const grpc_channel_args *args)
Definition: endpoint_config_internal.h:31
A set of parameters used to configure an endpoint, either when initiating a new connection on the cli...
Definition: endpoint_config.h:35
absl::variant< absl::monostate, int, absl::string_view, void * > Setting
Definition: endpoint_config.h:38
Definition: endpoint_config.h:24
An array of arguments that can be passed around.
Definition: grpc_types.h:132