Class UiBackgroundTaskProperties

java.lang.Object
io.jmix.ui.executor.UiBackgroundTaskProperties

@ConfigurationProperties(prefix="jmix.ui.background-task") @ConstructorBinding public class UiBackgroundTaskProperties extends Object
  • Constructor Details

    • UiBackgroundTaskProperties

      public UiBackgroundTaskProperties(@DefaultValue("10") int threadsCount, @DefaultValue("60") int timeoutSeconds)
  • Method Details

    • getThreadsCount

      public int getThreadsCount()
      See Also:
      • threadsCount
    • getTimeoutSeconds

      public int getTimeoutSeconds()
      See Also:
      • timeoutSeconds