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 io.netty.util.concurrent.PromiseAggregator<Void,ChannelFuture> implements ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE
Constructor and Description |
---|
ChannelPromiseAggregator(ChannelPromise aggregatePromise)
Deprecated.
|
public ChannelPromiseAggregator(ChannelPromise aggregatePromise)
Copyright © 2008–2019 The Netty Project. All rights reserved.