Class SchedulerConfigProperties

java.lang.Object
com.aquima.web.config.properties.SchedulerConfigProperties
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@RefreshScope @ConfigurationProperties(prefix="blueriq.scheduler-quartz") @Component public class SchedulerConfigProperties extends Object implements org.springframework.beans.factory.InitializingBean
Since:
10.4
  • Field Details Link icon

  • Constructor Details Link icon

    • SchedulerConfigProperties Link icon

      public SchedulerConfigProperties()
  • Method Details Link icon

    • afterPropertiesSet Link icon

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • getRetryInterval Link icon

      public int getRetryInterval()
    • setRetryInterval Link icon

      public void setRetryInterval(int retryInterval)
    • isHandleModelChanges Link icon

      public boolean isHandleModelChanges()
    • setHandleModelChanges Link icon

      public void setHandleModelChanges(boolean handleModelChanges)