public interface RetryPolicy
| Modifier and Type | Method and Description |
|---|---|
long |
maxRetries() |
boolean |
onException(Throwable t) |
long |
periodBetweenRetries() |
long periodBetweenRetries()
long maxRetries()
boolean onException(Throwable t)
Copyright © 2017. All rights reserved.