Class TasksSchedulerPoolProperties


  • @ConfigurationProperties(prefix="genie.tasks.scheduler.pool")
    @Validated
    public class TasksSchedulerPoolProperties
    extends java.lang.Object
    Properties related to the thread pool for the task executor within Genie.
    Since:
    4.0.0
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PROPERTY_PREFIX
      The property prefix for this group.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • PROPERTY_PREFIX

        public static final java.lang.String PROPERTY_PREFIX
        The property prefix for this group.
        See Also:
        Constant Field Values
    • Constructor Detail

      • TasksSchedulerPoolProperties

        public TasksSchedulerPoolProperties()