public class DefaultRetryPolicy extends AbstractRetryPolicy
| Constructor and Description |
|---|
DefaultRetryPolicy() |
DefaultRetryPolicy(int max) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
doCanRetry(RetryContext context) |
int |
getMaxRetry() |
void |
setMaxRetry(int maxRetry) |
canRetrypublic DefaultRetryPolicy()
public DefaultRetryPolicy(int max)
public int getMaxRetry()
public boolean doCanRetry(RetryContext context)
doCanRetry in class AbstractRetryPolicypublic void setMaxRetry(int maxRetry)
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.