vertx / io.vertx.ext.stomp / StompClientConnection / closeHandler

closeHandler

abstract fun closeHandler(handler: Handler<StompClientConnection>): StompClientConnection

Sets a handler notified when the STOMP connection is closed.

Parameters

handler - the handler

Return
the current StompClientConnection