Uses of Class
io.tech1.framework.domain.time.SchedulerConfiguration
-
Packages that use SchedulerConfiguration Package Description io.tech1.framework.domain.concurrent io.tech1.framework.domain.properties.base io.tech1.framework.domain.time -
-
Uses of SchedulerConfiguration in io.tech1.framework.domain.concurrent
Constructors in io.tech1.framework.domain.concurrent with parameters of type SchedulerConfiguration Constructor Description AbstractInfiniteTimerTask(SchedulerConfiguration interval)AbstractTimerTask(SchedulerConfiguration interval, TimeAmount duration) -
Uses of SchedulerConfiguration in io.tech1.framework.domain.properties.base
Methods in io.tech1.framework.domain.properties.base that return SchedulerConfiguration Modifier and Type Method Description SchedulerConfigurationSchedulerConfiguration. getSchedulerConfiguration() -
Uses of SchedulerConfiguration in io.tech1.framework.domain.time
Methods in io.tech1.framework.domain.time that return SchedulerConfiguration Modifier and Type Method Description static SchedulerConfigurationSchedulerConfiguration. never()static SchedulerConfigurationSchedulerConfiguration. of(long initialDelay, long delay, TimeUnit unit)
-