Class CamundaJobExecutorConfig.ThreadPoolConfig

  • Enclosing class:
    CamundaJobExecutorConfig

    public static class CamundaJobExecutorConfig.ThreadPoolConfig
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int maxPoolSize
      Sets the maximum number of threads that can be present in the Quarkus-managed thread pool for the Camunda JobExecutor.
      int queueSize
      Sets the size of the Quarkus-managed JobExecutor queue.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • maxPoolSize

        @ConfigItem(defaultValue="10")
        public int maxPoolSize
        Sets the maximum number of threads that can be present in the Quarkus-managed thread pool for the Camunda JobExecutor. The default value is 10.
      • queueSize

        @ConfigItem(defaultValue="3")
        public int queueSize
        Sets the size of the Quarkus-managed JobExecutor queue. The default value is 3.
    • Constructor Detail

      • ThreadPoolConfig

        public ThreadPoolConfig()