Represents an event that occurs on the event bus bridge.
Please consult the documentation for a full explanation.
Anything
Object
Basic
...and other supertypesFuture
BridgeEvent
Future
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
BridgeEvent(BridgeEvent unknown) |
Inherited Attributes |
Attributes inherited from: Object hash , 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: Object equals |