Package io.vertx.ext.stomp.lite
Class StompServer
- java.lang.Object
-
- io.vertx.ext.stomp.lite.StompServer
-
public class StompServer extends java.lang.ObjectCreated by Navid Mitchell on 2019-02-04.
-
-
Constructor Summary
Constructors Constructor Description StompServer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket>createWebSocketHandler(io.vertx.core.Vertx vertx, StompServerOptions options, StompServerHandlerFactory factory)
-
-
-
Method Detail
-
createWebSocketHandler
public static io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket> createWebSocketHandler(io.vertx.core.Vertx vertx, StompServerOptions options, StompServerHandlerFactory factory)
-
-