Interface SelectorThreadPoolConfig
- All Superinterfaces:
Config
A single selector thread pool configuration.
- Since:
- 5.5
-
Method Summary
-
Method Details
-
getName
String getName()Returns the name of the selector thread pool.- Returns:
- the name of the selector thread pool
-
getSize
int getSize()Returns the number of threads managed by this pool.- Returns:
- the number of threads managed by this pool
-