Package pbx

Interface NodeGrpc.AsyncService

  • All Known Implementing Classes:
    NodeGrpc.NodeImplBase
    Enclosing class:
    NodeGrpc

    public static interface NodeGrpc.AsyncService
     This is the single method that needs to be implemented by a gRPC client.
     
    • 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