Module: vertx-stomp-js/stomp_server

Classes

StompServer

Methods

(static) StompServer.create(vertx) → {StompServer}

Creates a StompServer based on the default Stomp Server implementation, and use the default options.
Parameters:
Name Type Description
vertx Vertx the vert.x instance to use
Source:
Returns:
the created StompServer
Type
StompServer