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

getRawMessage

abstract 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, #setRawMessage should be called with the new message.

Return
the raw JSON message for the event