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

unsubscribe

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

Handles a un-subscription request to the current io.vertx.rxjava.ext.stomp.Destination.

Parameters

connection - the connection

frame - the UNSUBSCRIBE frame

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