| Constructor and Description |
|---|
ExponentialRetry(ExponentialRetry other) |
ExponentialRetry(int maxAttempts) |
ExponentialRetry(int maxAttempts,
double sleepBaseSecs,
double maxJitterSecs) |
| Modifier and Type | Method and Description |
|---|---|
<T> T |
execute(KustoCheckedFunction<Integer,T,E1,E2> function) |
public ExponentialRetry(int maxAttempts)
public ExponentialRetry(int maxAttempts,
double sleepBaseSecs,
double maxJitterSecs)
public ExponentialRetry(ExponentialRetry other)
Copyright © 2024. All rights reserved.