Package pl.tkowalcz.tjahzi.http
Class ExponentialBackoffStrategy
- java.lang.Object
-
- pl.tkowalcz.tjahzi.http.ExponentialBackoffStrategy
-
- All Implemented Interfaces:
java.util.function.LongSupplier
public class ExponentialBackoffStrategy extends java.lang.Object implements java.util.function.LongSupplier
-
-
Constructor Summary
Constructors Constructor Description ExponentialBackoffStrategy(long initialBackoffMillis, long maximumBackoffMillis, double multiplier)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetAsLong()static ExponentialBackoffStrategywithDefault()
-
-
-
Method Detail
-
getAsLong
public long getAsLong()
- Specified by:
getAsLongin interfacejava.util.function.LongSupplier
-
withDefault
public static ExponentialBackoffStrategy withDefault()
-
-