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

close

open fun close(completionHandler: Handler<AsyncResult<Void>>): Unit

Closes the server.

Parameters

completionHandler - handler called once the server has been stopped

open fun close(): Unit

Closes the server.