Represents an event that occurs on the event bus bridge.

Please consult the documentation for a full explanation.

no subtypes hierarchy

Initializer
BridgeEvent(BridgeEvent unknown)
Inherited Attributes
Attributes inherited from: Object
hash, string
Methods
rawMessageshared default Object rawMessage()

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.

socketshared default SockJSSocket socket()

Get the SockJSSocket instance corresponding to the event

typeshared default BridgeEventType type()

@return the type of the event

Inherited Methods
Methods inherited from: Future<T>
complete, fail, isComplete, setHandler
Methods inherited from: Object
equals