public class TestCompletion extends Completion<Void>
original non RX-ified interface using Vert.x codegen.| Constructor and Description |
|---|
TestCompletion(TestCompletion delegate) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getDelegate() |
void |
handler(Handler<AsyncResult<Void>> completionHandler)
Completion handler to receive a completion signal when this completions completes.
|
Observable<Void> |
handlerObservable()
Completion handler to receive a completion signal when this completions completes.
|
static TestCompletion |
newInstance(TestCompletion arg) |
void |
resolve(Future<Void> future)
Completes the future upon completion, otherwise fails it.
|
await, await, awaitSuccess, awaitSuccess, isCompleted, isFailed, isSucceeded, newInstancepublic TestCompletion(TestCompletion delegate)
public Object getDelegate()
getDelegate in class Completion<Void>public void resolve(Future<Void> future)
resolve in class Completion<Void>future - the future to resolvepublic void handler(Handler<AsyncResult<Void>> completionHandler)
handler in class Completion<Void>completionHandler - the completion handlerpublic Observable<Void> handlerObservable()
handlerObservable in class Completion<Void>public static TestCompletion newInstance(TestCompletion arg)
Copyright © 2016. All rights reserved.