Package pbx
Interface NodeGrpc.AsyncService
-
- All Known Implementing Classes:
NodeGrpc.NodeImplBase
- Enclosing class:
- NodeGrpc
public static interface NodeGrpc.AsyncServiceThis is the single method that needs to be implemented by a gRPC client.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default io.grpc.stub.StreamObserver<Model.ClientMsg>messageLoop(io.grpc.stub.StreamObserver<Model.ServerMsg> responseObserver)Client sends a stream of ClientMsg, server responds with a stream of ServerMsg
-
-
-
Method Detail
-
messageLoop
default io.grpc.stub.StreamObserver<Model.ClientMsg> messageLoop(io.grpc.stub.StreamObserver<Model.ServerMsg> responseObserver)
Client sends a stream of ClientMsg, server responds with a stream of ServerMsg
-
-