public class Retries extends Object
| Constructor and Description | 
|---|
Retries()  | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
tryWaitForSuccess(Runnable runnable)  | 
static void | 
tryWaitForSuccess(Runnable runnable,
                 int maxAttempts,
                 long retryInterval,
                 TimeUnit retryIntervalUnits)  | 
Copyright © 2022. All rights reserved.