Constructor and Description |
---|
BridgeEvent(BridgeEvent delegate) |
Modifier and Type | Method and Description |
---|---|
Object |
getDelegate() |
JsonObject |
getRawMessage()
Get the raw JSON message for the event.
|
static BridgeEvent |
newInstance(BridgeEvent arg) |
JsonObject |
rawMessage()
Use
getRawMessage() instead, will be removed in 3.3 |
BridgeEvent |
setRawMessage(JsonObject message)
Get the raw JSON message for the event.
|
SockJSSocket |
socket()
Get the SockJSSocket instance corresponding to the event
|
BridgeEventType |
type() |
cause, complete, complete, completer, compose, compose, fail, fail, failed, failedFuture, future, isComplete, map, map, newInstance, result, setHandler, setHandlerObservable, succeeded, succeededFuture, succeededFuture
public BridgeEvent(BridgeEvent delegate)
public Object getDelegate()
getDelegate
in class Future<Boolean>
public BridgeEventType type()
public JsonObject rawMessage()
getRawMessage()
instead, will be removed in 3.3public JsonObject getRawMessage()
setRawMessage(io.vertx.core.json.JsonObject)
should be called with the
new message.public BridgeEvent setRawMessage(JsonObject message)
message
- the raw messagepublic SockJSSocket socket()
public static BridgeEvent newInstance(BridgeEvent arg)
Copyright © 2016. All rights reserved.