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<java.lang.Void,ChannelFuture> implements ChannelFutureListener
CLOSE, CLOSE_ON_FAILURE, FIRE_EXCEPTION_ON_FAILURE| 构造器和说明 |
|---|
ChannelPromiseAggregator(ChannelPromise aggregatePromise)
已过时。
|
add, operationCompleteclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitoperationCompletepublic ChannelPromiseAggregator(ChannelPromise aggregatePromise)