Class SchedulerRuntimeConfig


  • @ConfigRoot(phase=RUN_TIME)
    public class SchedulerRuntimeConfig
    extends Object
    • Field Detail

      • enabled

        @ConfigItem(defaultValue="true")
        public boolean enabled
        If schedulers are enabled.
      • overdueGracePeriod

        @ConfigItem(defaultValue="1")
        public Duration overdueGracePeriod
        Scheduled task will be flagged as overdue if next execution time is exceeded by this period.
    • Constructor Detail

      • SchedulerRuntimeConfig

        public SchedulerRuntimeConfig()