Interface ExecutorConfiguration
-
public interface ExecutorConfiguration
SPI allowing customizing the default executor. Implementors must register their implementation by indicating the fully qualified name of the implementation in theMETA-INF/services/io.smallrye.infrastructure.ExecutorConfiguration
file.The SPI implementation is responsible for creating and terminating the created thread pools.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.Executor
getDefaultWorkerExecutor()
Gets the default executor.
-