public interface PortalExecutorManager
Modifier and Type | Method and Description |
---|---|
ThreadPoolExecutor |
getPortalExecutor(String name) |
ThreadPoolExecutor |
getPortalExecutor(String name,
boolean createIfAbsent) |
ThreadPoolExecutor |
registerPortalExecutor(String name,
ThreadPoolExecutor threadPoolExecutor) |
void |
shutdown() |
void |
shutdown(boolean interrupt) |
ThreadPoolExecutor getPortalExecutor(String name)
ThreadPoolExecutor getPortalExecutor(String name, boolean createIfAbsent)
ThreadPoolExecutor registerPortalExecutor(String name, ThreadPoolExecutor threadPoolExecutor)
void shutdown()
void shutdown(boolean interrupt)