Class ImageBuilderExecutorServiceHolder
java.lang.Object
software.xdev.testcontainers.imagebuilder.concurrent.ImageBuilderExecutorServiceHolder
Holds the
ExecutorService that will be used for ImageBuilder related work.
This ExecutorService should be used in favor of ForkJoinPool.commonPool() as it
guarantees better scalability.
-
Method Summary
Modifier and TypeMethodDescriptionstatic ExecutorServiceinstance()static voidsetInstance(ExecutorService instance)
-
Method Details
-
instance
-
setInstance
-