aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/server_builder_plugin.h
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-05-05 14:47:38 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-05-09 14:28:58 -0700
commit0f02908e67d637acfff579c2a97be20ebfca1b00 (patch)
tree61269376c3d38d1b02770f22244508d760a0f539 /include/grpc++/impl/server_builder_plugin.h
parenta9f1e2566d084b8f428887523859312f78f511f4 (diff)
address comments
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() {}