vertx / io.vertx.ext.stomp.utils / Server

Server

open class Server

Class responsible for the computation of the server id. From the STOMP specification, this id must be constructed as follows: name/version comments.

Author
Clement Escoffier

Constructors

<init>

Server()

Class responsible for the computation of the server id. From the STOMP specification, this id must be constructed as follows: name/version comments.

Properties

SERVER_NAME

static val SERVER_NAME: String