aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/server_builder_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/impl/server_builder_plugin.h')
-rw-r--r--include/grpc++/impl/server_builder_plugin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/grpc++/impl/server_builder_plugin.h b/include/grpc++/impl/server_builder_plugin.h
index 7697232807..8ce16d6678 100644
--- a/include/grpc++/impl/server_builder_plugin.h
+++ b/include/grpc++/impl/server_builder_plugin.h
@@ -43,6 +43,10 @@ namespace grpc {
class ServerInitializer;
class ChannelArguments;
+/// A builder class for the creation and startup of \a grpc::Server instances.
+/// This is interface is meant for internal usage only. Implementations of this
+/// interface should add themselves to a \a ServerBuilder instance through the
+/// \a InternalAddPluginFactory method.
class ServerBuilderPlugin {
public:
virtual ~ServerBuilderPlugin() {}