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

handler

open fun handler(handler: StompServerHandler): StompServer

Configures the io.vertx.rxjava.ext.stomp.StompServerHandler. You must calls this method before calling the io.vertx.rxjava.ext.stomp.StompServer#listen method.

Parameters

handler - the handler

Return
the current io.vertx.rxjava.ext.stomp.StompServer