Interface IoPool
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description Executorexecutor()Gets the Executor for this Pool.byteid()Gets the numeric identifier of the pool.
 
- 
- 
- 
Method Detail- 
idbyte id() Gets the numeric identifier of the pool. This identifier is to be taken from serialized message and used to find the appropriate executor pool to process it.- Returns:
- The id.
 
 - 
executorExecutor executor() Gets the Executor for this Pool. Cannot be null.- Returns:
- The executor.
 
 
- 
 
-