Classes
Methods
(static) StompServer.create(vertx, net, options) → {StompServer}
Creates a StompServer based on the default Stomp Server implementation.
Parameters:
Name | Type | Description |
---|---|---|
vertx |
Vertx | the vert.x instance to use |
net |
NetServer | the Net server used by the STOMP server |
options |
Object | the server options |
- Source:
Returns:
the created StompServer
- Type
- StompServer