Uses of Class
io.tech1.framework.domain.properties.base.SchedulerConfiguration
-
Packages that use SchedulerConfiguration Package Description io.tech1.framework.domain.properties.base -
-
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 SchedulerConfigurationScheduledJob. getConfiguration()static SchedulerConfigurationSchedulerConfiguration. of(long initialDelay, long delay, TimeUnit unit)Methods in io.tech1.framework.domain.properties.base with parameters of type SchedulerConfiguration Modifier and Type Method Description static ScheduledJobScheduledJob. of(boolean enabled, SchedulerConfiguration configuration)voidScheduledJob. setConfiguration(SchedulerConfiguration configuration)
-