19 #ifndef GRPCPP_IMPL_SERVER_BUILDER_OPTION_H 20 #define GRPCPP_IMPL_SERVER_BUILDER_OPTION_H 38 std::vector<std::unique_ptr<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
Options for channel creation.
Definition: channel_arguments.h:39
virtual ~ServerBuilderOption()
Definition: server_builder_option.h:33
An Alarm posts the user provided tag to its associated completion queue upon expiry or cancellation...
Definition: alarm.h:31
virtual void UpdateArguments(ChannelArguments *args)=0
Alter the ChannelArguments used to create the gRPC server.
virtual void UpdatePlugins(std::vector< std::unique_ptr< ServerBuilderPlugin >> *plugins)=0
Alter the ServerBuilderPlugin map that will be added into ServerBuilder.