Class SubTasksExecutor.LatchListener

  • All Implemented Interfaces:
    io.netty.util.concurrent.FutureListener<Object>, io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<Object>>, EventListener
    Enclosing class:
    SubTasksExecutor

    public static class SubTasksExecutor.LatchListener
    extends Object
    implements io.netty.util.concurrent.FutureListener<Object>
    • Constructor Detail

      • LatchListener

        public LatchListener()
    • Method Detail

      • operationComplete

        public void operationComplete​(io.netty.util.concurrent.Future<Object> future)
                               throws Exception
        Specified by:
        operationComplete in interface io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<Object>>
        Throws:
        Exception