Uses of Interface
io.netty5.util.concurrent.FutureContextListener
-
Packages that use FutureContextListener Package Description io.netty5.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of FutureContextListener in io.netty5.util.concurrent
Methods in io.netty5.util.concurrent with parameters of type FutureContextListener Modifier and Type Method Description <C> Future<V>DefaultPromise. addListener(C context, FutureContextListener<? super C,? super V> listener)<C> Future<V>Future. addListener(C context, FutureContextListener<? super C,? super V> listener)Adds the specified listener to this future.<C> RunnableFuture<V>RunnableFuture. addListener(C context, FutureContextListener<? super C,? super V> listener)<C> RunnableScheduledFuture<V>RunnableScheduledFuture. addListener(C context, FutureContextListener<? super C,? super V> listener)
-