Interface KieExecutors

    • Method Detail

      • getExecutor

        java.util.concurrent.ExecutorService getExecutor()
      • newSingleThreadExecutor

        java.util.concurrent.ExecutorService newSingleThreadExecutor()
      • newFixedThreadPool

        java.util.concurrent.ExecutorService newFixedThreadPool()
      • newFixedThreadPool

        java.util.concurrent.ExecutorService newFixedThreadPool​(int nThreads)
      • getCompletionService

        <T> java.util.concurrent.CompletionService<T> getCompletionService()