vertx / io.vertx.ext.stomp / Destination / unsubscribe

unsubscribe

abstract fun unsubscribe(connection: StompServerConnection, frame: Frame): Boolean

Handles a un-subscription request to the current Destination.

Parameters

connection - the connection

frame - the UNSUBSCRIBE frame

Return
true if the un-subscription has been handled, false otherwise.