程序包 cn.valot.common

类 ScheduleProperties

java.lang.Object
cn.valot.common.ScheduleProperties

@ConfigurationProperties(prefix="valot.schedule") public class ScheduleProperties extends Object
  • 构造器详细资料

    • ScheduleProperties

      public ScheduleProperties()
  • 方法详细资料

    • getPoolSize

      public Integer getPoolSize()
    • setPoolSize

      public void setPoolSize(Integer poolSize)
    • getRemoveOnCancel

      public Boolean getRemoveOnCancel()
    • setRemoveOnCancel

      public void setRemoveOnCancel(Boolean removeOnCancel)