public interface BaseBridgeEvent extends Promise<Boolean>
Please consult the documentation for a full explanation.
Modifier and Type | Method and Description |
---|---|
JsonObject |
getRawMessage()
Get the raw JSON message for the event.
|
BaseBridgeEvent |
setRawMessage(JsonObject message)
Get the raw JSON message for the event.
|
BridgeEventType |
type() |
BridgeEventType type()
JsonObject getRawMessage()
setRawMessage(io.vertx.core.json.JsonObject)
should be called with the
new message.BaseBridgeEvent setRawMessage(JsonObject message)
message
- the raw messageCopyright © 2023 Eclipse. All rights reserved.