Interface NettyIoExecutor

    • Method Detail

      • asExecutor

        Executor asExecutor()
        Get an Executor which will use an IoExecutor thread for execution.

        Caution

        Implementation of this method assumes there would be no blocking code inside the submitted Runnables. If this assumption is violated, it will impact EventLoop responsiveness and hence should be avoided.
        Returns:
        an Executor which will use an IoExecutor thread for execution.