Uses of Class
org.telegram.telegrambots.longpolling.util.ExponentialBackOff.Builder
Packages that use ExponentialBackOff.Builder
-
Uses of ExponentialBackOff.Builder in org.telegram.telegrambots.longpolling.util
Methods in org.telegram.telegrambots.longpolling.util that return ExponentialBackOff.BuilderModifier and TypeMethodDescriptionExponentialBackOff.Builder.setInitialIntervalMillis(int initialIntervalMillis) ExponentialBackOff.Builder.setMaxElapsedTimeMillis(int maxElapsedTimeMillis) ExponentialBackOff.Builder.setMaxIntervalMillis(int maxIntervalMillis) ExponentialBackOff.Builder.setMultiplier(double multiplier) ExponentialBackOff.Builder.setRandomizationFactor(double randomizationFactor)