Uses of Class
io.vertx.reactivex.grpc.client.GrpcClientResponse
-
Packages that use GrpcClientResponse Package Description io.vertx.reactivex.grpc.client -
-
Uses of GrpcClientResponse in io.vertx.reactivex.grpc.client
Fields in io.vertx.reactivex.grpc.client with type parameters of type GrpcClientResponse Modifier and Type Field Description static TypeArg<GrpcClientResponse>GrpcClientResponse. __TYPE_ARGMethods in io.vertx.reactivex.grpc.client that return GrpcClientResponse Modifier and Type Method Description GrpcClientResponse<Req,Resp>GrpcClientResponse. endHandler(io.vertx.core.Handler<Void> handler)GrpcClientResponse<Req,Resp>GrpcClientResponse. errorHandler(io.vertx.core.Handler<GrpcError> handler)GrpcClientResponse<Req,Resp>GrpcClientResponse. exceptionHandler(io.vertx.core.Handler<Throwable> handler)GrpcClientResponse<Req,Resp>GrpcClientResponse. fetch(long amount)GrpcClientResponse<Req,Resp>GrpcClientResponse. handler(io.vertx.core.Handler<Resp> handler)GrpcClientResponse<Req,Resp>GrpcClientResponse. messageHandler(io.vertx.core.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<Req,Resp>GrpcClientResponse. pause()GrpcClientResponse<Req,Resp>GrpcClientResponse. resume()Methods in io.vertx.reactivex.grpc.client that return types with arguments of type GrpcClientResponse Modifier and Type Method Description io.vertx.core.Future<GrpcClientResponse<Req,Resp>>GrpcClientRequest. response()io.reactivex.Single<GrpcClientResponse<Req,Resp>>GrpcClientRequest. rxResponse()io.reactivex.Single<GrpcClientResponse<Req,Resp>>GrpcClientRequest. rxSend(io.reactivex.Flowable<Req> body)io.reactivex.Single<GrpcClientResponse<Req,Resp>>GrpcClientRequest. rxSend(ReadStream<Req> body)io.reactivex.Single<GrpcClientResponse<Req,Resp>>GrpcClientRequest. rxSend(Req item)io.vertx.core.Future<GrpcClientResponse<Req,Resp>>GrpcClientRequest. send(io.reactivex.Flowable<Req> body)io.vertx.core.Future<GrpcClientResponse<Req,Resp>>GrpcClientRequest. send(ReadStream<Req> body)io.vertx.core.Future<GrpcClientResponse<Req,Resp>>GrpcClientRequest. send(Req item)Method parameters in io.vertx.reactivex.grpc.client with type arguments of type GrpcClientResponse Modifier and Type Method Description <Req,Resp,T>
io.vertx.core.Future<T>GrpcClient. call(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, io.vertx.core.Handler<GrpcClientRequest<Req,Resp>> requestHandler, io.reactivex.functions.Function<GrpcClientResponse<Req,Resp>,io.reactivex.Single<T>> resultFn)Call theservicegRPC service hosted byserver.<Req,Resp,T>
io.vertx.core.Future<T>GrpcClient. call(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, io.vertx.core.Handler<GrpcClientRequest<Req,Resp>> requestHandler, Function<GrpcClientResponse<Req,Resp>,io.vertx.core.Future<T>> resultFn)Call theservicegRPC service hosted byserver.<Req,Resp,T>
io.reactivex.Single<T>GrpcClient. rxCall(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, io.vertx.core.Handler<GrpcClientRequest<Req,Resp>> requestHandler, io.reactivex.functions.Function<GrpcClientResponse<Req,Resp>,io.reactivex.Single<T>> resultFn)Call theservicegRPC service hosted byserver.<Req,Resp,T>
io.reactivex.Single<T>GrpcClient. rxCall(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, io.vertx.core.Handler<GrpcClientRequest<Req,Resp>> requestHandler, Function<GrpcClientResponse<Req,Resp>,io.vertx.core.Future<T>> resultFn)Call theservicegRPC service hosted byserver.
-