@Deprecated public class ApolloWSConnectionInitEvent extends Promise<Object> implements io.vertx.lang.rx.RxDelegate
original non RX-ified interface using Vert.x codegen.| Modifier and Type | Field and Description |
|---|---|
static io.vertx.lang.rx.TypeArg<ApolloWSConnectionInitEvent> |
__TYPE_ARG
Deprecated.
|
__typeArg_0| Constructor and Description |
|---|
ApolloWSConnectionInitEvent(ApolloWSConnectionInitEvent delegate)
Deprecated.
|
ApolloWSConnectionInitEvent(Object delegate)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
complete(Object result)
Deprecated.
|
boolean |
equals(Object o)
Deprecated.
|
Future<Object> |
future()
Deprecated.
|
ApolloWSConnectionInitEvent |
getDelegate()
Deprecated.
|
int |
hashCode()
Deprecated.
|
ApolloWSMessage |
message()
Deprecated.
|
static ApolloWSConnectionInitEvent |
newInstance(ApolloWSConnectionInitEvent arg)
Deprecated.
|
String |
toString()
Deprecated.
|
boolean |
tryComplete(Object result)
Deprecated.
|
complete, fail, fail, newInstance, newInstance, promise, tryComplete, tryFail, tryFailpublic static final io.vertx.lang.rx.TypeArg<ApolloWSConnectionInitEvent> __TYPE_ARG
public ApolloWSConnectionInitEvent(ApolloWSConnectionInitEvent delegate)
public ApolloWSConnectionInitEvent(Object delegate)
public ApolloWSConnectionInitEvent getDelegate()
getDelegate in interface io.vertx.lang.rx.RxDelegategetDelegate in class Promise<Object>@Deprecated public void complete(Object result)
@Deprecated public boolean tryComplete(Object result)
Promise.complete(T) but returns false when the promise is already completed instead of throwing
an IllegalStateException, it returns true otherwise.tryComplete in class Promise<Object>result - the resultfalse when the future is already completed@Deprecated public Future<Object> future()
@Deprecated public ApolloWSMessage message()
public static ApolloWSConnectionInitEvent newInstance(ApolloWSConnectionInitEvent arg)
Copyright © 2025 Eclipse. All rights reserved.