Uses of Class
org.telegram.telegrambots.updatesreceivers.ExponentialBackOff
-
Packages that use ExponentialBackOff Package Description org.telegram.telegrambots.bots org.telegram.telegrambots.updatesreceivers -
-
Uses of ExponentialBackOff in org.telegram.telegrambots.bots
Methods in org.telegram.telegrambots.bots that return ExponentialBackOff Modifier and Type Method Description ExponentialBackOffDefaultBotOptions. getExponentialBackOff()Methods in org.telegram.telegrambots.bots with parameters of type ExponentialBackOff Modifier and Type Method Description voidDefaultBotOptions. setExponentialBackOff(ExponentialBackOff exponentialBackOff) -
Uses of ExponentialBackOff in org.telegram.telegrambots.updatesreceivers
Methods in org.telegram.telegrambots.updatesreceivers that return ExponentialBackOff Modifier and Type Method Description ExponentialBackOffExponentialBackOff.Builder. build()Builds a new instance ofExponentialBackOff.
-