class ServerBuilderOption

Defined at line 31 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/server_builder_option.h

Interface to pass an option to a

Public Methods

void UpdateArguments (grpc::ChannelArguments * args)

Alter the

used to create the gRPC server.

void UpdatePlugins (std::vector<std::unique_ptr<grpc::ServerBuilderPlugin>> * plugins)

Alter the ServerBuilderPlugin map that will be added into ServerBuilder.

void ~ServerBuilderOption ()

Defined at line 33 of file ../../third_party/grpc-migrating/src/include/grpcpp/impl/server_builder_option.h