vertx / io.vertx.ext.stomp / StompServer / handler

handler

abstract fun handler(handler: StompServerHandler): StompServer

Configures the StompServerHandler. You must calls this method before calling the #listen() method.

Parameters

handler - the handler

Return
the current StompServer