Uses of Class
io.vertx.rxjava3.grpc.client.GrpcClientResponse
Packages that use GrpcClientResponse
-
Uses of GrpcClientResponse in io.vertx.rxjava3.grpc.client
Fields in io.vertx.rxjava3.grpc.client with type parameters of type GrpcClientResponseModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GrpcClientResponse> GrpcClientResponse.__TYPE_ARGMethods in io.vertx.rxjava3.grpc.client that return GrpcClientResponseModifier and TypeMethodDescriptionGrpcClientResponse.endHandler(Handler<Void> handler) GrpcClientResponse.errorHandler(Handler<GrpcError> handler) GrpcClientResponse.exceptionHandler(Handler<Throwable> handler) GrpcClientResponse.fetch(long amount) GrpcClientResponse.messageHandler(Handler<GrpcMessage> handler) static <Req,Resp> GrpcClientResponse <Req, Resp> GrpcClientResponse.newInstance(GrpcClientResponse arg) static <Req,Resp> GrpcClientResponse <Req, Resp> GrpcClientResponse.newInstance(GrpcClientResponse arg, io.vertx.lang.rx.TypeArg<Req> __typeArg_Req, io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) GrpcClientResponse.pause()GrpcClientResponse.resume()Methods in io.vertx.rxjava3.grpc.client that return types with arguments of type GrpcClientResponse