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 ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PromiseAggregator
add, operationCompleteMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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.