Interface IoPool

    • 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.