public abstract class AbstractRetryPolicy extends Object implements RetryPolicy
| Constructor and Description |
|---|
AbstractRetryPolicy() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canRetry(RetryContext context) |
abstract boolean |
doCanRetry(RetryContext context) |
public final boolean canRetry(RetryContext context)
canRetry in interface RetryPolicypublic abstract boolean doCanRetry(RetryContext context)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.