Interface IoPool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Executor
executor()
Gets the Executor for this Pool.byte
id()
Gets the numeric identifier of the pool.
-
-
-
Method Detail
-
id
byte 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.
-
executor
Executor executor()
Gets the Executor for this Pool. Cannot be null.- Returns:
- The executor.
-
-