Class CamundaJobExecutorConfig.ThreadPoolConfig

    • 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()