Uses of Class
io.netty.util.concurrent.PromiseAggregator
Packages that use PromiseAggregator
Package
Description
The core channel API which is asynchronous and event-driven abstraction of
various transports such as a
NIO Channel.
Utility classes for concurrent / async tasks.
-
Uses of PromiseAggregator in io.netty.channel
Subclasses of PromiseAggregator in io.netty.channel -
Uses of PromiseAggregator in io.netty.util.concurrent
Methods in io.netty.util.concurrent that return PromiseAggregator
PromiseCombiner
Class which is used to consolidate multiple channel futures into one, by listening to the individual futures and producing an aggregated result (success/failure) when all futures have completed.