public interface ExecutorServiceFactory
ExecutorService on demand. Using an ExecutorServiceFactory mainly
simplifies providing a custom ExecutorService implementation to Netty's event loops.| Modifier and Type | Method and Description |
|---|---|
ExecutorService |
newExecutorService(int parallelism) |
ExecutorService newExecutorService(int parallelism)
Copyright © 2008–2015 The Netty Project. All rights reserved.