interface BaseBridgeEvent : Future<Boolean>
Represents an event that occurs on the event bus bridge.
Please consult the documentation for a full explanation.
Author
Tim Fox
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, |
|
abstract fun setRawMessage(message: JsonObject): BaseBridgeEvent
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. |
|
abstract fun type(): BridgeEventType |