Class ExecutorFilter

  • All Implemented Interfaces:
    IoFilter

    public class ExecutorFilter
    extends IoFilterAdapter
    A filter that forward events to Executor in backport-util-concurrent. You can apply various thread model by inserting this filter to the IoFilterChain.

    Please note that this filter doesn't manage the life cycle of the underlying Executor. You have to destroy or stop it by yourself.