Class JobRunrConfiguration.JobSchedulerConfiguration

  • Enclosing class:
    JobRunrConfiguration

    public static class JobRunrConfiguration.JobSchedulerConfiguration
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      boolean enabled
      Enables the scheduling of jobs.
      java.util.Optional<java.lang.String> jobDetailsGenerator
      Defines the JobDetailsGenerator to use.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • enabled

        @ConfigItem(defaultValue="true")
        public boolean enabled
        Enables the scheduling of jobs.
      • jobDetailsGenerator

        @ConfigItem
        public java.util.Optional<java.lang.String> jobDetailsGenerator
        Defines the JobDetailsGenerator to use. This should be the fully qualified classname of the JobDetailsGenerator, and it should have a default no-argument constructor.
    • Constructor Detail

      • JobSchedulerConfiguration

        public JobSchedulerConfiguration()