Uses of Class
io.vertx.mutiny.ext.web.client.predicate.ResponsePredicateResult
Packages that use ResponsePredicateResult
-
Uses of ResponsePredicateResult in io.vertx.mutiny.ext.web.client
Method parameters in io.vertx.mutiny.ext.web.client with type arguments of type ResponsePredicateResultModifier and TypeMethodDescriptionHttpRequest.expect
(Function<HttpResponse<Void>, ResponsePredicateResult> predicate) Deprecated. -
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 ResponsePredicateResultModifier and TypeFieldDescriptionstatic final TypeArg<ResponsePredicateResult>
ResponsePredicateResult.__TYPE_ARG
Deprecated.Methods in io.vertx.mutiny.ext.web.client.predicate that return ResponsePredicateResultModifier and TypeMethodDescriptionResponsePredicate.apply
(HttpResponse<Void> in) Deprecated.static ResponsePredicateResult
Deprecated.static ResponsePredicateResult
ResponsePredicateResult.newInstance
(io.vertx.ext.web.client.predicate.ResponsePredicateResult arg) Deprecated.static ResponsePredicateResult
ResponsePredicateResult.success()
Deprecated.Methods in io.vertx.mutiny.ext.web.client.predicate with parameters of type ResponsePredicateResultModifier and TypeMethodDescriptionErrorConverter.apply
(ResponsePredicateResult result) Deprecated.Method parameters in io.vertx.mutiny.ext.web.client.predicate with type arguments of type ResponsePredicateResultModifier and TypeMethodDescriptionstatic ErrorConverter
ErrorConverter.create
(Function<ResponsePredicateResult, Throwable> converter) Deprecated.static ResponsePredicate
ResponsePredicate.create
(Function<HttpResponse<Void>, ResponsePredicateResult> test) Deprecated.static ResponsePredicate
ResponsePredicate.create
(Function<HttpResponse<Void>, ResponsePredicateResult> test, ErrorConverter errorConverter) Deprecated.static ErrorConverter
ErrorConverter.createFullBody
(Function<ResponsePredicateResult, Throwable> converter) Deprecated.
HttpResponseExpectation
along withFuture.expecting(Expectation)