Represents an event that occurs on the event bus bridge.
Please consult the documentation for a full explanation.
Constructor and description |
---|
BridgeEvent
(java.lang.Object delegate) |
Type | Name and description |
---|---|
java.lang.Object |
getDelegate() |
java.util.Map<java.lang.String, java.lang.Object> |
rawMessage() Get the raw JSON message for the event. |
SockJSSocket |
socket() Get the SockJSSocket instance corresponding to the event |
io.vertx.ext.web.handler.sockjs.BridgeEventType |
type() @return
|
Methods inherited from class | Name |
---|---|
class io.vertx.groovy.core.Future |
io.vertx.groovy.core.Future#setProperty(java.lang.String, java.lang.Object), io.vertx.groovy.core.Future#getProperty(java.lang.String), io.vertx.groovy.core.Future#isComplete(), io.vertx.groovy.core.Future#future(), io.vertx.groovy.core.Future#getDelegate(), io.vertx.groovy.core.Future#fail(java.lang.String), io.vertx.groovy.core.Future#complete(), io.vertx.groovy.core.Future#complete(java.lang.Object), io.vertx.groovy.core.Future#this$dist$invoke$1(java.lang.String, java.lang.Object), io.vertx.groovy.core.Future#this$dist$set$1(java.lang.String, java.lang.Object), io.vertx.groovy.core.Future#this$dist$get$1(java.lang.String), io.vertx.groovy.core.Future#getMetaClass(), io.vertx.groovy.core.Future#invokeMethod(java.lang.String, java.lang.Object), io.vertx.groovy.core.Future#setMetaClass(groovy.lang.MetaClass), io.vertx.groovy.core.Future#succeededFuture(), io.vertx.groovy.core.Future#succeededFuture(java.lang.Object), io.vertx.groovy.core.Future#failedFuture(java.lang.String), io.vertx.groovy.core.Future#setHandler(io.vertx.core.Handler), io.vertx.groovy.core.Future#wait(long, int), io.vertx.groovy.core.Future#wait(long), io.vertx.groovy.core.Future#wait(), io.vertx.groovy.core.Future#equals(java.lang.Object), io.vertx.groovy.core.Future#toString(), io.vertx.groovy.core.Future#hashCode(), io.vertx.groovy.core.Future#getClass(), io.vertx.groovy.core.Future#notify(), io.vertx.groovy.core.Future#notifyAll() |
class java.lang.Object |
java.lang.Object#wait(long, int), java.lang.Object#wait(long), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
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.
Get the SockJSSocket instance corresponding to the event