Uses of Class
io.vertx.mutiny.ext.web.handler.sockjs.BridgeEvent
Packages that use BridgeEvent
-
Uses of BridgeEvent in io.vertx.mutiny.ext.web.handler.sockjs
Fields in io.vertx.mutiny.ext.web.handler.sockjs with type parameters of type BridgeEventMethods in io.vertx.mutiny.ext.web.handler.sockjs that return BridgeEventModifier and TypeMethodDescriptionBridgeEvent.futureAndForget()Unlike the bare Vert.x variant, this method ignores theBooleanresult or any failure.static BridgeEventBridgeEvent.newInstance(io.vertx.ext.web.handler.sockjs.BridgeEvent delegate) Creates a new instance of theBridgeEvent.BridgeEvent.setRawMessage(io.vertx.core.json.JsonObject message) Set the raw JSON message for the event.Method parameters in io.vertx.mutiny.ext.web.handler.sockjs with type arguments of type BridgeEventModifier and TypeMethodDescriptionSockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions bridgeOptions, Consumer<BridgeEvent> bridgeEventHandler) LikeSockJSHandler.bridge(SockJSBridgeOptions)but specifying a handler that will receive bridge events.SockJSHandler.bridge(AuthorizationProvider authorizationProvider, io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions bridgeOptions, Consumer<BridgeEvent> bridgeEventHandler) LikeSockJSHandler.bridge(SockJSBridgeOptions)but specifying a handler that will receive bridge events.