public class TestCompletion extends Completion<Void>
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<TestCompletion> | 
__TYPE_ARG  | 
__typeArg_0| Constructor and Description | 
|---|
TestCompletion(Object delegate)  | 
TestCompletion(TestCompletion delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
equals(Object o)  | 
TestCompletion | 
getDelegate()  | 
void | 
handler(Handler<AsyncResult<Void>> completionHandler)
Completion handler to receive a completion signal when this completions completes. 
 | 
int | 
hashCode()  | 
static TestCompletion | 
newInstance(TestCompletion arg)  | 
void | 
resolve(Promise<Void> future)
Completes the future upon completion, otherwise fails it. 
 | 
Maybe<Void> | 
rxHandler()
Completion handler to receive a completion signal when this completions completes. 
 | 
String | 
toString()  | 
await, await, awaitSuccess, awaitSuccess, isCompleted, isFailed, isSucceeded, newInstance, newInstancepublic static final io.vertx.lang.rx.TypeArg<TestCompletion> __TYPE_ARG
public TestCompletion(TestCompletion delegate)
public TestCompletion(Object delegate)
public String toString()
toString in class Completion<Void>public boolean equals(Object o)
equals in class Completion<Void>public int hashCode()
hashCode in class Completion<Void>public TestCompletion getDelegate()
getDelegate in class Completion<Void>public void resolve(Promise<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 Maybe<Void> rxHandler()
rxHandler in class Completion<Void>public static TestCompletion newInstance(TestCompletion arg)
Copyright © 2020 Eclipse. All rights reserved.