Modifier and Type | Method and Description |
---|---|
JsonObject |
getRawMessage()
Get the raw JSON message for the event.
|
JsonObject |
rawMessage()
Deprecated.
|
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, failedFuture, future, isComplete, map, map, result, setHandler, succeeded, succeededFuture, succeededFuture
BridgeEventType type()
@Deprecated JsonObject rawMessage()
getRawMessage()
instead, will be removed in 3.3JsonObject getRawMessage()
setRawMessage(io.vertx.core.json.JsonObject)
should be called with the
new message.BridgeEvent setRawMessage(JsonObject message)
message
- the raw messageSockJSSocket socket()
Copyright © 2016. All rights reserved.