Public Member Functions | List of all members
grpc::ServerBuilderOption Class Referenceabstract

Interface to pass an option to a ServerBuilder. More...

#include <server_builder_option.h>

Inheritance diagram for grpc::ServerBuilderOption:
Inheritance graph
[legend]

Public Member Functions

virtual void UpdateArguments (grpc::ChannelArguments *args)=0
 Alter the ChannelArguments used to create the gRPC server. More...
 
virtual void UpdatePlugins (std::vector< std::unique_ptr< grpc::ServerBuilderPlugin >> *plugins)=0
 Alter the ServerBuilderPlugin map that will be added into ServerBuilder. More...
 
virtual ~ServerBuilderOption ()
 

Detailed Description

Interface to pass an option to a ServerBuilder.

Definition at line 31 of file grpcpp/impl/server_builder_option.h.

Constructor & Destructor Documentation

◆ ~ServerBuilderOption()

virtual grpc::ServerBuilderOption::~ServerBuilderOption ( )
inlinevirtual

Definition at line 33 of file grpcpp/impl/server_builder_option.h.

Member Function Documentation

◆ UpdateArguments()

virtual void grpc::ServerBuilderOption::UpdateArguments ( grpc::ChannelArguments args)
pure virtual

◆ UpdatePlugins()

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

The documentation for this class was generated from the following file:


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:31