Class ConnectionInitEvent
- java.lang.Object
-
- io.vertx.rxjava3.core.Promise<Object>
-
- io.vertx.rxjava3.ext.web.handler.graphql.ws.ConnectionInitEvent
-
-
Field Summary
Fields Modifier and Type Field Description static TypeArg<ConnectionInitEvent>__TYPE_ARG-
Fields inherited from class io.vertx.rxjava3.core.Promise
__typeArg_0
-
-
Constructor Summary
Constructors Constructor Description ConnectionInitEvent(ConnectionInitEvent delegate)ConnectionInitEvent(Object delegate)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcomplete(Object result)Set the result.booleanequals(Object o)Future<Object>future()ConnectionInitEventgetDelegate()inthashCode()Messagemessage()Provides message content.static ConnectionInitEventnewInstance(ConnectionInitEvent arg)StringtoString()booleantryComplete(Object result)LikePromise.complete(T)but returnsfalsewhen the promise is already completed instead of throwing anIllegalStateException, it returnstrueotherwise.-
Methods inherited from class io.vertx.rxjava3.core.Promise
complete, fail, fail, newInstance, newInstance, promise, tryComplete, tryFail, tryFail
-
-
-
-
Field Detail
-
__TYPE_ARG
public static final TypeArg<ConnectionInitEvent> __TYPE_ARG
-
-
Constructor Detail
-
ConnectionInitEvent
public ConnectionInitEvent(ConnectionInitEvent delegate)
-
ConnectionInitEvent
public ConnectionInitEvent(Object delegate)
-
-
Method Detail
-
getDelegate
public ConnectionInitEvent getDelegate()
- Overrides:
getDelegatein classPromise<Object>
-
complete
public void complete(Object result)
Set the result. Any handler will be called, if there is one, and the promise will be marked as completed. Any handler set on the associated promise will be called.
-
tryComplete
public boolean tryComplete(Object result)
LikePromise.complete(T)but returnsfalsewhen the promise is already completed instead of throwing anIllegalStateException, it returnstrueotherwise.- Overrides:
tryCompletein classPromise<Object>- Parameters:
result- the result- Returns:
falsewhen the future is already completed
-
message
public Message message()
Provides message content.- Returns:
- message
-
newInstance
public static ConnectionInitEvent newInstance(ConnectionInitEvent arg)
-
-