Package pbx
Class PluginGrpc.PluginImplBase
- java.lang.Object
-
- pbx.PluginGrpc.PluginImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,PluginGrpc.AsyncService
- Enclosing class:
- PluginGrpc
public abstract static class PluginGrpc.PluginImplBase extends java.lang.Object implements io.grpc.BindableService, PluginGrpc.AsyncService
Base class for the server implementation of the service Plugin.Plugin interface.
-
-
Constructor Summary
Constructors Constructor Description PluginImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pbx.PluginGrpc.AsyncService
account, find, fireHose, message, subscription, topic
-
-