public interface BridgeEvent extends io.vertx.core.Future<Boolean>
Please consult the documentation for a full explanation.
Modifier and Type | Method and Description |
---|---|
io.vertx.core.json.JsonObject |
getRawMessage()
Get the raw JSON message for the event.
|
BridgeEvent |
setRawMessage(io.vertx.core.json.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, future, handle, isComplete, map, map, mapEmpty, otherwise, otherwise, otherwiseEmpty, recover, result, setHandler, succeeded, succeededFuture, succeededFuture, tryComplete, tryComplete, tryFail, tryFail
BridgeEventType type()
io.vertx.core.json.JsonObject getRawMessage()
setRawMessage(io.vertx.core.json.JsonObject)
should be called with the
new message.BridgeEvent setRawMessage(io.vertx.core.json.JsonObject message)
message
- the raw messageSockJSSocket socket()
Copyright © 2018. All rights reserved.