Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_SERVER_BUILDER_OPTION_IMPL_H
20 #define GRPCPP_IMPL_SERVER_BUILDER_OPTION_IMPL_H
38 std::vector<std::unique_ptr<grpc::ServerBuilderPlugin>>* plugins) = 0;
43 #endif // GRPCPP_IMPL_SERVER_BUILDER_OPTION_IMPL_H
virtual void UpdateArguments(grpc::ChannelArguments *args)=0
Alter the ChannelArguments used to create the gRPC server.
Interface to pass an option to a ServerBuilder.
Definition: server_builder_option_impl.h:31
virtual void UpdatePlugins(std::vector< std::unique_ptr< grpc::ServerBuilderPlugin >> *plugins)=0
Alter the ServerBuilderPlugin map that will be added into ServerBuilder.
Options for channel creation.
Definition: channel_arguments_impl.h:43
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition: alarm_impl.h:33
virtual ~ServerBuilderOption()
Definition: server_builder_option_impl.h:33