Class StompServer


  • public class StompServer
    extends java.lang.Object
    Created by Navid Mitchell on 2019-02-04.
    • Constructor Detail

      • StompServer

        public StompServer()
    • Method Detail

      • createWebSocketHandler

        public static io.vertx.core.Handler<io.vertx.core.http.ServerWebSocket> createWebSocketHandler​(io.vertx.core.Vertx vertx,
                                                                                                       StompServerOptions options,
                                                                                                       StompServerHandlerFactory factory)