public class TestCompletion extends Completion<Void>
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static TypeArg<TestCompletion> |
__TYPE_ARG |
__typeArg_0| Constructor and Description |
|---|
TestCompletion(TestCompletion delegate) |
| Modifier and Type | Method and Description |
|---|---|
TestCompletion |
getDelegate() |
void |
handler(Handler<AsyncResult<Void>> completionHandler)
Completion handler to receive a completion signal when this completions completes.
|
Observable<Void> |
handlerObservable()
Deprecated.
use
rxHandler() instead |
static TestCompletion |
newInstance(TestCompletion arg) |
void |
resolve(Future<Void> future)
Completes the future upon completion, otherwise fails it.
|
Single<Void> |
rxHandler()
Completion handler to receive a completion signal when this completions completes.
|
await, await, awaitSuccess, awaitSuccess, isCompleted, isFailed, isSucceeded, newInstance, newInstancepublic static final TypeArg<TestCompletion> __TYPE_ARG
public TestCompletion(TestCompletion delegate)
public TestCompletion 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 handler@Deprecated public Observable<Void> handlerObservable()
rxHandler() insteadhandlerObservable in class Completion<Void>public Single<Void> rxHandler()
rxHandler in class Completion<Void>public static TestCompletion newInstance(TestCompletion arg)
Copyright © 2017. All rights reserved.