public static class ExceptionDependentRetry.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ExceptionDependentRetry |
build() |
ExceptionDependentRetry.Builder |
setDefaultPolicy(RetryPolicy retryPolicy) |
ExceptionDependentRetry.Builder |
setExceptionToPolicy(Class<? extends Throwable> exception,
RetryPolicy retryPolicy) |
ExceptionDependentRetry.Builder |
setMaxAttempts(int attempts) |
public ExceptionDependentRetry.Builder setExceptionToPolicy(Class<? extends Throwable> exception, RetryPolicy retryPolicy)
public ExceptionDependentRetry.Builder setDefaultPolicy(RetryPolicy retryPolicy)
public ExceptionDependentRetry.Builder setMaxAttempts(int attempts)
public ExceptionDependentRetry build()
Copyright © 2017–2022 The Apache Software Foundation. All rights reserved.