vertx / io.vertx.rxjava.ext.bridge / BaseBridgeEvent / getRawMessage

getRawMessage

open fun getRawMessage(): JsonObject

Get the raw JSON message for the event. This will be null for SOCKET_CREATED or SOCKET_CLOSED events as there is no message involved. If the returned message is modified, io.vertx.rxjava.ext.bridge.BaseBridgeEvent#setRawMessage should be called with the new message.

Return
the raw JSON message for the event