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