Uses of Class
org.awaitility.pollinterval.FixedPollInterval
-
Packages that use FixedPollInterval Package Description org.awaitility.pollinterval -
-
Uses of FixedPollInterval in org.awaitility.pollinterval
Methods in org.awaitility.pollinterval that return FixedPollInterval Modifier and Type Method Description static FixedPollIntervalFixedPollInterval. fixed(long pollInterval, java.util.concurrent.TimeUnit unit)Syntactic sugar for create a new instance ofFixedPollInterval.static FixedPollIntervalFixedPollInterval. fixed(java.time.Duration duration)Syntactic sugar for create a new instance ofFixedPollInterval.
-