Package pbx
Class NodeGrpc.NodeImplBase
- java.lang.Object
-
- pbx.NodeGrpc.NodeImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService,NodeGrpc.AsyncService
- Enclosing class:
- NodeGrpc
public abstract static class NodeGrpc.NodeImplBase extends java.lang.Object implements io.grpc.BindableService, NodeGrpc.AsyncService
Base class for the server implementation of the service Node.This is the single method that needs to be implemented by a gRPC client.
-
-
Constructor Summary
Constructors Constructor Description NodeImplBase()
-
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.NodeGrpc.AsyncService
messageLoop
-
-