Package io.netty.channel
Class ChannelPromiseAggregator
java.lang.Object
io.netty.util.concurrent.PromiseAggregator<Void,ChannelFuture>
io.netty.channel.ChannelPromiseAggregator
- All Implemented Interfaces:
ChannelFutureListener,GenericFutureListener<ChannelFuture>,EventListener
@Deprecated
public final class ChannelPromiseAggregator
extends PromiseAggregator<Void,ChannelFuture>
implements ChannelFutureListener
Deprecated.
-
Field Summary
Fields inherited from interface io.netty.channel.ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.netty.util.concurrent.PromiseAggregator
add, operationCompleteMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.netty.util.concurrent.GenericFutureListener
operationComplete
-
Constructor Details
-
ChannelPromiseAggregator
Deprecated.
-
PromiseCombinerClass 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.