protected static class SimpleRetryPolicy.RetryCounter extends ThreadLocal<AtomicInteger>
| Modifier | Constructor and Description |
|---|---|
protected |
RetryCounter() |
| Modifier and Type | Method and Description |
|---|---|
int |
countRetry() |
AtomicInteger |
current() |
protected AtomicInteger |
initialValue() |
void |
reset() |
get, remove, set, withInitialpublic int countRetry()
public void reset()
public AtomicInteger current()
protected AtomicInteger initialValue()
initialValue in class ThreadLocal<AtomicInteger>Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.