Interface ExecutorConfiguration
-
public interface ExecutorConfigurationSPI 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.ExecutorConfigurationfile.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.ExecutorgetDefaultWorkerExecutor()Gets the default executor.
-