Class WindupExecutors


  • public class WindupExecutors
    extends Object
    An alterantive to Executors that pushes windup specific threadFactory inside by default. This is useful in order to have be able to connect sibling threads into the main thread of windup run.
    • Constructor Detail

      • WindupExecutors

        public WindupExecutors()
    • Method Detail

      • getDefaultThreadCount

        public static int getDefaultThreadCount()
      • newFixedThreadPool

        public static ExecutorService newFixedThreadPool​(int numberOfThreads)
      • newSingleThreadExecutor

        public static ExecutorService newSingleThreadExecutor()