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.@Deprecated public final class ChannelPromiseAggregator extends PromiseAggregator<Void,ChannelFuture> implements ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE| Constructor and Description |
|---|
ChannelPromiseAggregator(ChannelPromise aggregatePromise)
Deprecated.
|
add, operationCompleteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitoperationCompletepublic ChannelPromiseAggregator(ChannelPromise aggregatePromise)
Copyright © 2008–2017 The Netty Project. All rights reserved.