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