Uses of Class
io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
-
Packages that use ResponsePredicateResult Package Description io.vertx.mutiny.ext.web.client io.vertx.mutiny.ext.web.client.predicate -
-
Uses of ResponsePredicateResult in io.vertx.mutiny.ext.web.client
Method parameters in io.vertx.mutiny.ext.web.client with type arguments of type ResponsePredicateResult Modifier and Type Method Description HttpRequest<T>
HttpRequest. expect(Function<HttpResponse<Void>,ResponsePredicateResult> predicate)
-
Uses of ResponsePredicateResult in io.vertx.mutiny.ext.web.client.predicate
Fields in io.vertx.mutiny.ext.web.client.predicate with type parameters of type ResponsePredicateResult Modifier and Type Field Description static TypeArg<ResponsePredicateResult>
ResponsePredicateResult. __TYPE_ARG
Methods in io.vertx.mutiny.ext.web.client.predicate that return ResponsePredicateResult Modifier and Type Method Description ResponsePredicateResult
ResponsePredicate. apply(HttpResponse<Void> in)
static ResponsePredicateResult
ResponsePredicateResult. failure(String message)
static ResponsePredicateResult
ResponsePredicateResult. newInstance(io.vertx.ext.web.client.predicate.ResponsePredicateResult arg)
static ResponsePredicateResult
ResponsePredicateResult. success()
Methods in io.vertx.mutiny.ext.web.client.predicate with parameters of type ResponsePredicateResult Modifier and Type Method Description Throwable
ErrorConverter. apply(ResponsePredicateResult result)
Method parameters in io.vertx.mutiny.ext.web.client.predicate with type arguments of type ResponsePredicateResult Modifier and Type Method Description static ErrorConverter
ErrorConverter. create(Function<ResponsePredicateResult,Throwable> converter)
static ResponsePredicate
ResponsePredicate. create(Function<HttpResponse<Void>,ResponsePredicateResult> test)
static ResponsePredicate
ResponsePredicate. create(Function<HttpResponse<Void>,ResponsePredicateResult> test, ErrorConverter errorConverter)
static ErrorConverter
ErrorConverter. createFullBody(Function<ResponsePredicateResult,Throwable> converter)
-