Interface IThreadPoolRegistry
-
- All Known Implementing Classes:
ThreadPoolRegistry
public interface IThreadPoolRegistry
Registry for thread pools.- Since:
- 8.2.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ScheduledThreadPoolExecutor
getMonitoringThreadPoolExecutor()
Returns the monitoring thread pool executor.
-
-
-
Method Detail
-
getMonitoringThreadPoolExecutor
ScheduledThreadPoolExecutor getMonitoringThreadPoolExecutor()
Returns the monitoring thread pool executor.- Returns:
- the monitoring thread pool executor
-
-