| Package | Description |
|---|---|
| io.vertx.rxjava3.ext.web.client | |
| io.vertx.rxjava3.ext.web.client.predicate |
| Modifier and Type | Method and Description |
|---|---|
HttpRequest<T> |
HttpRequest.expect(java.util.function.Function<HttpResponse<Void>,ResponsePredicateResult> predicate)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<ResponsePredicateResult> |
ResponsePredicateResult.__TYPE_ARG |
| Modifier and Type | Method and Description |
|---|---|
ResponsePredicateResult |
ResponsePredicate.apply(HttpResponse<Void> in) |
static ResponsePredicateResult |
ResponsePredicateResult.failure(String message)
Deprecated.
|
static ResponsePredicateResult |
ResponsePredicateResult.newInstance(ResponsePredicateResult arg) |
static ResponsePredicateResult |
ResponsePredicateResult.success()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
ErrorConverter.apply(ResponsePredicateResult result)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static ResponsePredicate |
ResponsePredicate.create(java.util.function.Function<HttpResponse<Void>,ResponsePredicateResult> test)
Deprecated.
|
static ResponsePredicate |
ResponsePredicate.create(java.util.function.Function<HttpResponse<Void>,ResponsePredicateResult> test,
ErrorConverter errorConverter)
Deprecated.
|
static ErrorConverter |
ErrorConverter.create(java.util.function.Function<ResponsePredicateResult,Throwable> converter)
Deprecated.
|
static ErrorConverter |
ErrorConverter.createFullBody(java.util.function.Function<ResponsePredicateResult,Throwable> converter)
Deprecated.
|
Copyright © 2024 Eclipse. All rights reserved.