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_ARGMethods in io.vertx.mutiny.ext.web.client.predicate that return ResponsePredicateResultModifier and TypeMethodDescriptionResponsePredicate.apply(HttpResponse<Void> in) static ResponsePredicateResultDeprecated.static ResponsePredicateResultResponsePredicateResult.newInstance(io.vertx.ext.web.client.predicate.ResponsePredicateResult arg) static ResponsePredicateResultResponsePredicateResult.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 ErrorConverterErrorConverter.create(Function<ResponsePredicateResult, Throwable> converter) Deprecated.static ResponsePredicateResponsePredicate.create(Function<HttpResponse<Void>, ResponsePredicateResult> test) Deprecated.static ResponsePredicateResponsePredicate.create(Function<HttpResponse<Void>, ResponsePredicateResult> test, ErrorConverter errorConverter) Deprecated.static ErrorConverterErrorConverter.createFullBody(Function<ResponsePredicateResult, Throwable> converter) Deprecated.
HttpResponseExpectationalong withFuture.expecting(Expectation)