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 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, TypeArg<Req> __typeArg_Req, TypeArg<Resp> __typeArg_Resp) GrpcClientResponse.pause()GrpcClientResponse.resume()Methods in io.vertx.rxjava3.grpc.client that return types with arguments of type GrpcClientResponseModifier and TypeMethodDescriptionio.reactivex.rxjava3.core.Single<GrpcClientResponse<Req,Resp>> GrpcClientRequest.response()io.reactivex.rxjava3.core.Single<GrpcClientResponse<Req,Resp>> GrpcClientRequest.rxResponse()io.reactivex.rxjava3.core.Single<GrpcClientResponse<Req,Resp>> io.reactivex.rxjava3.core.Single<GrpcClientResponse<Req,Resp>> io.reactivex.rxjava3.core.Single<GrpcClientResponse<Req,Resp>> io.reactivex.rxjava3.core.Single<GrpcClientResponse<Req,Resp>>