Class AggregatedDiscoveryServiceGrpc.MethodHandlers<Req,​Resp>

  • All Implemented Interfaces:
    io.grpc.stub.ServerCalls.BidiStreamingMethod<Req,​Resp>, io.grpc.stub.ServerCalls.ClientStreamingMethod<Req,​Resp>, io.grpc.stub.ServerCalls.ServerStreamingMethod<Req,​Resp>, io.grpc.stub.ServerCalls.UnaryMethod<Req,​Resp>
    Enclosing class:
    AggregatedDiscoveryServiceGrpc

    private static final class AggregatedDiscoveryServiceGrpc.MethodHandlers<Req,​Resp>
    extends java.lang.Object
    implements io.grpc.stub.ServerCalls.UnaryMethod<Req,​Resp>, io.grpc.stub.ServerCalls.ServerStreamingMethod<Req,​Resp>, io.grpc.stub.ServerCalls.ClientStreamingMethod<Req,​Resp>, io.grpc.stub.ServerCalls.BidiStreamingMethod<Req,​Resp>
    • Method Detail

      • invoke

        public void invoke​(Req request,
                           io.grpc.stub.StreamObserver<Resp> responseObserver)
        Specified by:
        invoke in interface io.grpc.stub.ServerCalls.ServerStreamingMethod<Req,​Resp>
        Specified by:
        invoke in interface io.grpc.stub.ServerCalls.UnaryMethod<Req,​Resp>
      • invoke

        public io.grpc.stub.StreamObserver<Req> invoke​(io.grpc.stub.StreamObserver<Resp> responseObserver)
        Specified by:
        invoke in interface io.grpc.stub.ServerCalls.BidiStreamingMethod<Req,​Resp>
        Specified by:
        invoke in interface io.grpc.stub.ServerCalls.ClientStreamingMethod<Req,​Resp>