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, {@link BaseBridgeEvent#setRawMessage} should be called with the new message.
Override the raw JSON message for the event. It is ideally using it when publish back message from server to client in RECEIVE event
Generated using TypeDoc
Represents an event that occurs on the event bus bridge.
Please consult the documentation for a full explanation.