Interface ContainerThreadPool
- All Superinterfaces:
AutoCloseable
- All Known Implementing Classes:
ContainerThreadpoolImpl
A configurable thread pool. This provides the worker threads used for normal request processing.
- Author:
- bjorncs
-
Method Summary
-
Method Details
-
executor
Executor executor() -
close
default void close()- Specified by:
close
in interfaceAutoCloseable
-