Uses of Class
io.vertx.rxjava3.grpc.client.GrpcClientRequest
Packages that use GrpcClientRequest
-
Uses of GrpcClientRequest in io.vertx.rxjava3.grpc.client
Fields in io.vertx.rxjava3.grpc.client with type parameters of type GrpcClientRequestModifier and TypeFieldDescriptionstatic final io.vertx.lang.rx.TypeArg<GrpcClientRequest> GrpcClientRequest.__TYPE_ARGMethods in io.vertx.rxjava3.grpc.client that return GrpcClientRequestModifier and TypeMethodDescriptionGrpcClientRequest.drainHandler(Handler<Void> handler) GrpcClientRequest.exceptionHandler(Handler<Throwable> handler) GrpcClientRequest.format(WireFormat format) GrpcClientRequest.fullMethodName(String fullMethodName) Set the full method name to call, it must follow the formatpackage-name + '.' + service-name + '/' + method-nameor anIllegalArgumentExceptionis thrown.GrpcClientRequest.idleTimeout(long timeout) Sets the amount of time after which, if the request does not return any data within the timeout period, the request/response is cancelled and the related futures.GrpcClientRequest.methodName(String methodName) Set the method name to call.static <Req,Resp> GrpcClientRequest <Req, Resp> GrpcClientRequest.newInstance(GrpcClientRequest arg) static <Req,Resp> GrpcClientRequest <Req, Resp> GrpcClientRequest.newInstance(GrpcClientRequest arg, io.vertx.lang.rx.TypeArg<Req> __typeArg_Req, io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp) GrpcClientResponse.request()GrpcClientRequest.serviceName(ServiceName serviceName) Set the service name to call.GrpcClientRequest.setWriteQueueMaxSize(int maxSize) Set agrpc-timeoutheader to be sent to the server to indicate the client expects a response with a timeout.Methods in io.vertx.rxjava3.grpc.client that return types with arguments of type GrpcClientRequestModifier and TypeMethodDescription<Req,Resp> Single <GrpcClientRequest<Req, Resp>> ServiceInvoker.invoker(ServiceMethod<Resp, Req> method) Create a request for the given service method.GrpcClient.request()LikeGrpcClient.request(Address)with the default remote server.Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.request(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.request(ServiceMethod<Resp, Req> method) LikeGrpcClient.request(Address)with the default remote server.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> ServiceInvoker.rxInvoker(ServiceMethod<Resp, Req> method) Create a request for the given service method.GrpcClient.rxRequest()LikeGrpcClient.request(Address)with the default remote server.Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.rxRequest(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.rxRequest(ServiceMethod<Resp, Req> method) LikeGrpcClient.request(Address)with the default remote server.