public interface ExecutorServiceCarrier
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.ExecutorService |
getExecutorService() |
boolean |
isShutdownOnExit() |
java.util.concurrent.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)