Class UiAsyncTaskProperties.ExecutorServiceConfig

java.lang.Object
io.jmix.flowui.asynctask.UiAsyncTaskProperties.ExecutorServiceConfig
Enclosing class:
UiAsyncTaskProperties

public static class UiAsyncTaskProperties.ExecutorServiceConfig extends Object
Represents the configuration for an executor service used for handling UI asynchronous tasks. Provides settings such as the maximum pool size for the thread pool.
  • Constructor Details

    • ExecutorServiceConfig

      public ExecutorServiceConfig(@DefaultValue("10") int maximumPoolSize)
  • Method Details

    • getMaximumPoolSize

      public int getMaximumPoolSize()
      Retrieves the maximum pool size for the executor service.
      Returns:
      the maximum number of threads allowed in the pool