Interface ContainerThreadPool

  • All Superinterfaces:
    java.lang.AutoCloseable
    All Known Implementing Classes:
    DefaultContainerThreadpool

    public interface ContainerThreadPool
    extends java.lang.AutoCloseable
    A configurable thread pool. This provides the worker threads used for normal request processing.
    Author:
    bjorncs
    • Method Detail

      • executor

        java.util.concurrent.Executor executor()
      • close

        default void close()
        Specified by:
        close in interface java.lang.AutoCloseable