@Deprecated public class ResponsePredicateResult extends Object implements io.vertx.lang.rx.RxDelegate
ResponsePredicate
applied to an .
NOTE: This class has been automatically generated from the original
non RX-ified interface using Vert.x codegen.Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ResponsePredicateResult> |
__TYPE_ARG
Deprecated.
|
Constructor and Description |
---|
ResponsePredicateResult(Object delegate)
Deprecated.
|
ResponsePredicateResult(ResponsePredicateResult delegate)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Deprecated.
|
static ResponsePredicateResult |
failure(String message)
Deprecated.
|
ResponsePredicateResult |
getDelegate()
Deprecated.
|
int |
hashCode()
Deprecated.
|
String |
message()
Deprecated.
|
static ResponsePredicateResult |
newInstance(ResponsePredicateResult arg)
Deprecated.
|
HttpResponse<Buffer> |
response()
Deprecated.
|
boolean |
succeeded()
Deprecated.
|
static ResponsePredicateResult |
success()
Deprecated.
|
String |
toString()
Deprecated.
|
public static final io.vertx.lang.rx.TypeArg<ResponsePredicateResult> __TYPE_ARG
public ResponsePredicateResult(ResponsePredicateResult delegate)
public ResponsePredicateResult(Object delegate)
public ResponsePredicateResult getDelegate()
getDelegate
in interface io.vertx.lang.rx.RxDelegate
@Deprecated public static ResponsePredicateResult success()
@Deprecated public static ResponsePredicateResult failure(String message)
message
- the failure description@Deprecated public boolean succeeded()
true
if the ResponsePredicate
was applied successfully, false otherwise@Deprecated public String message()
null
.@Deprecated public HttpResponse<Buffer> response()
null
after the result has been created, or the tested response for converters created with ErrorConverter.createFullBody(java.util.function.Function<io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult, java.lang.Throwable>)
public static ResponsePredicateResult newInstance(ResponsePredicateResult arg)
Copyright © 2025 Eclipse. All rights reserved.