public class Async extends Completion<Void>
original
non RX-ified interface using Vert.x codegen.Modifier and Type | Method and Description |
---|---|
void |
complete()
Signals the asynchronous operation is done, this method must be called with a count greater than
0 ,
otherwise it throw an IllegalStateException to signal the error. |
int |
count() |
void |
countDown()
Count down the async.
|
Object |
getDelegate() |
static Async |
newInstance(Async arg) |
await, await, awaitSuccess, awaitSuccess, handler, handlerObservable, isCompleted, isFailed, isSucceeded, newInstance, resolve
public Async(Async delegate)
public Object getDelegate()
getDelegate
in class Completion<Void>
public int count()
public void countDown()
public void complete()
0
,
otherwise it throw an IllegalStateException
to signal the error.Copyright © 2016. All rights reserved.