Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_SERVER_BUILDER_OPTION_H
20 #define GRPCPP_IMPL_SERVER_BUILDER_OPTION_H
38 std::vector<std::unique_ptr<grpc::ServerBuilderPlugin>>* plugins) = 0;
43 #endif // GRPCPP_IMPL_SERVER_BUILDER_OPTION_H
Interface to pass an option to a ServerBuilder.
Definition: server_builder_option.h:31
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition: alarm.h:33
virtual void UpdateArguments(grpc::ChannelArguments *args)=0
Alter the ChannelArguments used to create the gRPC server.
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.h:39
virtual ~ServerBuilderOption()
Definition: server_builder_option.h:33