Class ClientStreamingMethodHandlerSupplier.AbstractClientStreamingHandler<ReqT,​RespT>

    • Method Detail

      • invoke

        protected void invoke​(Method method,
                              Object instance,
                              ReqT request,
                              io.grpc.stub.StreamObserver<RespT> observer)
        Description copied from class: io.helidon.microprofile.grpc.core.AbstractMethodHandlerSupplier.AbstractHandler
        Invoke the actual unary or server streaming gRPC method handler.
        Specified by:
        invoke in class io.helidon.microprofile.grpc.core.AbstractMethodHandlerSupplier.AbstractHandler<ReqT,​RespT>
        Parameters:
        method - the Method to invoke
        instance - the service instance to invoke the method on
        request - the method request
        observer - the method response observer