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_ARG
Methods in io.vertx.reactivex.grpc.client that return types with arguments of type GrpcClientResponse Modifier and Type Method Description 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)
Future<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. send(io.reactivex.Flowable<Req> body)
Future<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. send(ReadStream<Req> body)
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>
Future<T>GrpcClient. call(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, Handler<GrpcClientRequest<Req,Resp>> requestHandler, io.reactivex.functions.Function<GrpcClientResponse<Req,Resp>,io.reactivex.Single<T>> resultFn)
Call theservice
gRPC service hosted byserver
.<Req,Resp,T>
Future<T>GrpcClient. call(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, Handler<GrpcClientRequest<Req,Resp>> requestHandler, Function<GrpcClientResponse<Req,Resp>,Future<T>> resultFn)
Call theservice
gRPC service hosted byserver
.<Req,Resp,T>
io.reactivex.Single<T>GrpcClient. rxCall(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, Handler<GrpcClientRequest<Req,Resp>> requestHandler, io.reactivex.functions.Function<GrpcClientResponse<Req,Resp>,io.reactivex.Single<T>> resultFn)
Call theservice
gRPC service hosted byserver
.<Req,Resp,T>
io.reactivex.Single<T>GrpcClient. rxCall(SocketAddress server, io.grpc.MethodDescriptor<Req,Resp> service, Handler<GrpcClientRequest<Req,Resp>> requestHandler, Function<GrpcClientResponse<Req,Resp>,Future<T>> resultFn)
Call theservice
gRPC service hosted byserver
.
-