Java io.netty.util.concurrent PromiseCombiner fields, constructors, methods, implement or subclass

Example usage for Java io.netty.util.concurrent PromiseCombiner fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.netty.util.concurrent PromiseCombiner.

The text is from its open source code.

Constructor

PromiseCombiner()
Deprecated use PromiseCombiner#PromiseCombiner(EventExecutor) .

Method

voidadd(Promise promise)
Adds a new promise to be combined.
voidadd(Future future)
Adds a new future to be combined.
voidfinish(Promise aggregatePromise)

Sets the promise to be notified when all combined futures have finished.