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 the META-INF/services/io.smallrye.infrastructure.ExecutorConfiguration file.

The SPI implementation is responsible for creating and terminating the created thread pools.

  • Method Summary

    Modifier and Type
    Method
    Description
    Gets the default executor.
  • Method Details

    • getDefaultWorkerExecutor

      Executor getDefaultWorkerExecutor()
      Gets the default executor.
      Returns:
      the default executor.