Class UiAsyncTaskProperties

java.lang.Object
io.jmix.flowui.asynctask.UiAsyncTaskProperties

@ConfigurationProperties(prefix="jmix.ui.async-task") public class UiAsyncTaskProperties extends Object
Configuration properties for UI asynchronous tasks.
  • Constructor Details

  • Method Details

    • getExecutorService

      public UiAsyncTaskProperties.ExecutorServiceConfig getExecutorService()
      Returns the configuration for the executor service used for UI asynchronous tasks.
      Returns:
      the executor service configuration
    • getDefaultTimeoutSec

      public int getDefaultTimeoutSec()
      Returns the default timeout in seconds for produced completable futures. The default value is 300 seconds (5 minutes).
      Returns:
      the default timeout in seconds