Interface JobRunrConfiguration.JobSchedulerConfiguration
- Enclosing interface:
JobRunrConfiguration
@ConfigurationProperties("jobScheduler")
public static interface JobRunrConfiguration.JobSchedulerConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionDefines the JobDetailsGenerator to use.booleanEnables the scheduling of jobs.
-
Method Details
-
isEnabled
@Bindable(defaultValue="true") boolean isEnabled()Enables the scheduling of jobs. -
getJobDetailsGenerator
Defines the JobDetailsGenerator to use. This should be the fully qualified classname of the JobDetailsGenerator, and it should have a default no-argument constructor.
-