public interface ExecutorServiceFactory
ExecutorServices.
ExecutorServices created by this factory should be independent of one
another (e.g., if any executor is shut down the remaining executors should continue to process
work).| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
create()
Create a new
ExecutorService. |
ExecutorService create()
ExecutorService.Copyright © 2016–2017 The Apache Software Foundation. All rights reserved.