Class TransferListener<T>

  • Type Parameters:
    T - type
    All Implemented Interfaces:
    io.netty.util.concurrent.FutureListener<T>, io.netty.util.concurrent.GenericFutureListener<io.netty.util.concurrent.Future<T>>, EventListener

    public class TransferListener<T>
    extends Object
    implements io.netty.util.concurrent.FutureListener<T>
    Author:
    Nikita Koksharov
    • Constructor Detail

      • TransferListener

        public TransferListener​(RPromise<T> promise)
    • Method Detail

      • operationComplete

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