Package | Description |
---|---|
io.vertx.rxjava.ext.web.client.predicate |
Modifier and Type | Field and Description |
---|---|
static ErrorConverter |
ErrorConverter.DEFAULT_CONVERTER |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ErrorConverter> |
ErrorConverter.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static ErrorConverter |
ErrorConverter.create(java.util.function.Function<ResponsePredicateResult,Throwable> converter)
Deprecated.
|
static ErrorConverter |
ErrorConverter.createFullBody(java.util.function.Function<ResponsePredicateResult,Throwable> converter)
Deprecated.
|
ErrorConverter |
ResponsePredicate.errorConverter()
Deprecated.
|
static ErrorConverter |
ErrorConverter.newInstance(ErrorConverter arg) |
Modifier and Type | Method and Description |
---|---|
static ResponsePredicate |
ResponsePredicate.create(java.util.function.Function<HttpResponse<Void>,ResponsePredicateResult> test,
ErrorConverter errorConverter)
Deprecated.
|
Copyright © 2024 Eclipse. All rights reserved.