Class JobExecutorHelper

    • Constructor Detail

      • JobExecutorHelper

        public JobExecutorHelper​(ProcessEngine processEngine)
    • Method Detail

      • waitForJobExecutorToProcessAllJobs

        public void waitForJobExecutorToProcessAllJobs​(long maxMillisToWait)
      • waitForJobExecutorOnCondition

        public void waitForJobExecutorOnCondition​(long maxMillisToWait,
                                                  java.util.concurrent.Callable<java.lang.Boolean> condition)
      • areJobsAvailable

        public boolean areJobsAvailable()