Uses of Class
io.netty.util.concurrent.PromiseAggregator
-
Packages that use PromiseAggregator Package Description io.netty.util.concurrent Utility classes for concurrent / async tasks. -
-
Uses of PromiseAggregator in io.netty.util.concurrent
Methods in io.netty.util.concurrent that return PromiseAggregator Modifier and Type Method Description PromiseAggregator<V,F>
PromiseAggregator. add(Promise<V>... promises)
Deprecated.Add the givenPromise
s to the aggregator.
-