Go to the documentation of this file.
19 #ifndef GRPCPP_IMPL_SERVER_BUILDER_PLUGIN_H
20 #define GRPCPP_IMPL_SERVER_BUILDER_PLUGIN_H
68 #endif // GRPCPP_IMPL_SERVER_BUILDER_PLUGIN_H
A builder class for the creation and startup of grpc::Server instances.
Definition: server_builder_impl.h:94
virtual bool has_async_methods() const
Definition: server_builder_plugin.h:63
virtual void UpdateServerBuilder(grpc_impl::ServerBuilder *)
UpdateServerBuilder will be called at an early stage in ServerBuilder::BuildAndStart(),...
Definition: server_builder_plugin.h:45
This header provides an object that reads bytes directly from a grpc::ByteBuffer, via the ZeroCopyInp...
Definition: alarm.h:24
Definition: server_initializer_impl.h:34
virtual void InitServer(grpc_impl::ServerInitializer *si)=0
InitServer will be called in ServerBuilder::BuildAndStart(), after the Server instance is created.
virtual void Finish(grpc_impl::ServerInitializer *si)=0
Finish will be called at the end of ServerBuilder::BuildAndStart().
virtual void ChangeArguments(const grpc::string &name, void *value)=0
ChangeArguments is an interface that can be used in ServerBuilderOption::UpdatePlugins.
virtual ~ServerBuilderPlugin()
Definition: server_builder_plugin.h:39
Options for channel creation.
Definition: channel_arguments_impl.h:43
::grpc_impl::ServerInitializer ServerInitializer
Definition: server_initializer.h:26
virtual void UpdateChannelArguments(ChannelArguments *)
UpdateChannelArguments will be called in ServerBuilder::BuildAndStart(), before the Server instance i...
Definition: server_builder_plugin.h:60
This interface is meant for internal usage only.
Definition: server_builder_plugin.h:37
std::string string
Definition: config.h:35
An Alarm posts the user-provided tag to its associated completion queue or invokes the user-provided ...
Definition: alarm_impl.h:33
virtual bool has_sync_methods() const
Definition: server_builder_plugin.h:62
virtual grpc::string name()=0
::grpc_impl::ServerBuilder ServerBuilder
Definition: server_builder.h:26