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