Package org.openziti.util
Object Retry.Companion
-
- All Implemented Interfaces:
public class Retry.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static Retry.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final <T extends Any> TwithExponentialBackoff(Duration delay, Integer maxBackoff, Integer maxRetry, SuspendFunction0<T> proc)-
-
Method Detail
-
withExponentialBackoff
final <T extends Any> T withExponentialBackoff(Duration delay, Integer maxBackoff, Integer maxRetry, SuspendFunction0<T> proc)
-
-
-
-