Uses of Class
io.vertx.rxjava3.grpc.client.GrpcClientResponse
-
Packages that use GrpcClientResponse Package Description io.vertx.rxjava3.grpc.client -
-
Uses of GrpcClientResponse in io.vertx.rxjava3.grpc.client
Fields in io.vertx.rxjava3.grpc.client with type parameters of type GrpcClientResponse Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<GrpcClientResponse>
GrpcClientResponse. __TYPE_ARG
Methods in io.vertx.rxjava3.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, io.vertx.lang.rx.TypeArg<Req> __typeArg_Req, io.vertx.lang.rx.TypeArg<Resp> __typeArg_Resp)
GrpcClientResponse<Req,Resp>
GrpcClientResponse. pause()
GrpcClientResponse<Req,Resp>
GrpcClientResponse. resume()
Methods in io.vertx.rxjava3.grpc.client that return types with arguments of type GrpcClientResponse Modifier and Type Method Description Single<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. response()
Single<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. rxResponse()
Single<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. rxSend(Flowable<Req> body)
Single<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. rxSend(Req item)
Single<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. send(Flowable<Req> body)
Single<GrpcClientResponse<Req,Resp>>
GrpcClientRequest. send(Req item)
-