Class ExponentialBackOff.Builder
- java.lang.Object
-
- org.telegram.telegrambots.updatesreceivers.ExponentialBackOff.Builder
-
- Enclosing class:
- ExponentialBackOff
public static class ExponentialBackOff.Builder extends Object
Builder forExponentialBackOff.Implementation is not thread-safe.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ExponentialBackOffbuild()Builds a new instance ofExponentialBackOff.
-
-
-
Method Detail
-
build
public ExponentialBackOff build()
Builds a new instance ofExponentialBackOff.
-
-