Constructor and Description |
---|
BridgeEvent(BridgeEvent delegate) |
Modifier and Type | Method and Description |
---|---|
Object |
getDelegate() |
static BridgeEvent |
newInstance(BridgeEvent arg) |
JsonObject |
rawMessage()
Get the raw JSON message for the event.
|
SockJSSocket |
socket()
Get the SockJSSocket instance corresponding to the event
|
BridgeEvent.Type |
type() |
complete, complete, fail, failedFuture, future, isComplete, newInstance, setHandler, setHandlerObservable, succeededFuture, succeededFuture
public BridgeEvent(BridgeEvent delegate)
public Object getDelegate()
getDelegate
in class Future<Boolean>
public BridgeEvent.Type type()
public JsonObject rawMessage()
public SockJSSocket socket()
public static BridgeEvent newInstance(BridgeEvent arg)
Copyright © 2015. All Rights Reserved.