Represents an event that occurs on the event bus bridge.
Please consult the documentation for a full explanation.
AnythingObjectBasic ...and other supertypesFutureBridgeEventFutureBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
BridgeEvent(BridgeEvent unknown) |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |
| Methods | |
rawMessage | shared 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. |
socket | shared default SockJSSocket socket()Get the SockJSSocket instance corresponding to the event |
type | shared default BridgeEventType type()@return the type of the event |
| Inherited Methods |
Methods inherited from: Future<T>complete, fail, isComplete, setHandler |
Methods inherited from: Objectequals |