public interface BaseBridgeEvent extends io.vertx.core.Promise<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.
|
BaseBridgeEvent |
setRawMessage(io.vertx.core.json.JsonObject message)
Get the raw JSON message for the event.
|
BridgeEventType |
type() |
BridgeEventType type()
io.vertx.core.json.JsonObject getRawMessage()
setRawMessage(io.vertx.core.json.JsonObject)
should be called with the
new message.BaseBridgeEvent setRawMessage(io.vertx.core.json.JsonObject message)
message
- the raw messageCopyright © 2020 Eclipse. All rights reserved.