Interface JobRunrConfiguration.JobSchedulerConfiguration

Enclosing interface:
JobRunrConfiguration

@ConfigurationProperties("jobScheduler") public static interface JobRunrConfiguration.JobSchedulerConfiguration
  • Method Summary

    Modifier and Type
    Method
    Description
    Defines the JobDetailsGenerator to use.
    boolean
    Enables the scheduling of jobs.
  • Method Details

    • isEnabled

      @Bindable(defaultValue="true") boolean isEnabled()
      Enables the scheduling of jobs.
    • getJobDetailsGenerator

      Optional<String> 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.