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

getSubscriptions

open fun getSubscriptions(connection: StompServerConnection): MutableList<String>

Gets all subscription ids for the given destination hold by the given client

Parameters

connection - the connection (client)

Return
the list of subscription id, empty if none