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