public interface ExecutorServiceCarrier
| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
getExecutorService() |
boolean |
isShutdownOnExit() |
ExecutorService getExecutorService()
ExecutorService to useboolean isShutdownOnExit()
true then the ExecutorService.shutdownNow()
will be called (unless it is an internally allocated service which is always
closed)Copyright © 2008–2017 The Apache Software Foundation. All rights reserved.