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, set
public int countRetry()
public void reset()
public AtomicInteger current()
protected AtomicInteger initialValue()
initialValue
in class ThreadLocal<AtomicInteger>
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.