public interface BridgeEvent
extends io.vertx.ext.bridge.BaseBridgeEvent
Please consult the documentation for a full explanation.
Modifier and Type | Method and Description |
---|---|
BridgeEvent |
setRawMessage(io.vertx.core.json.JsonObject message)
Set the raw JSON message for the event.
|
SockJSSocket |
socket()
Get the SockJSSocket instance corresponding to the event
|
BridgeEvent setRawMessage(io.vertx.core.json.JsonObject message)
setRawMessage
in interface io.vertx.ext.bridge.BaseBridgeEvent
message
- the raw messageSockJSSocket socket()
Copyright © 2021 Eclipse. All rights reserved.