Interface AbstractExecutorTeamSource.ExecutorServiceFactory
-
- Enclosing class:
- AbstractExecutorTeamSource
protected static interface AbstractExecutorTeamSource.ExecutorServiceFactory
Factory to create theExecutorService
.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.concurrent.ExecutorService
createExecutorService()
Creates theExecutorService
.
-