public class RetryPredicates extends Object
| 限定符和类型 | 类和说明 |
|---|---|
static class |
RetryPredicates.AnyExceptionStrategy
Returns true for any exception.
|
static class |
RetryPredicates.EmptyResponseResultStrategy
Returns true if the response is null or empty.
|
| 限定符和类型 | 字段和说明 |
|---|---|
static Predicate<Throwable> |
ANY_EXCEPTION |
static RetryPredicates.EmptyResponseResultStrategy |
EMPTY_RESPONSE |
| 构造器和说明 |
|---|
RetryPredicates() |
public static final RetryPredicates.EmptyResponseResultStrategy EMPTY_RESPONSE
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.