-
public final class ContinuouslyParamsThe class that holds all the necessary for com.kaspersky.kaspresso.flakysafety.ContinuouslyProviderImpl parameters.
-
-
Field Summary
Fields Modifier and Type Field Description private LongtimeoutMsprivate LongintervalMs
-
Method Summary
Modifier and Type Method Description final LonggetTimeoutMs()The timeout during which attempts will be made by the com.kaspersky.kaspresso.flakysafety.ContinuouslyProviderImpl. final LonggetIntervalMs()The interval at which attempts will be made by the com.kaspersky.kaspresso.flakysafety.ContinuouslyProviderImpl. final UnitsetTimeoutMs(Long timeoutMs)final UnitsetIntervalMs(Long intervalMs)-
-
Method Detail
-
getTimeoutMs
final Long getTimeoutMs()
The timeout during which attempts will be made by the com.kaspersky.kaspresso.flakysafety.ContinuouslyProviderImpl.
-
getIntervalMs
final Long getIntervalMs()
The interval at which attempts will be made by the com.kaspersky.kaspresso.flakysafety.ContinuouslyProviderImpl.
-
setTimeoutMs
final Unit setTimeoutMs(Long timeoutMs)
-
setIntervalMs
final Unit setIntervalMs(Long intervalMs)
-
-
-
-