vertx / io.vertx.reactivex.ext.stomp / Destination / matches

matches

open fun matches(address: String): Boolean

Checks whether or not the given address matches with the current destination.

Parameters

address - the address

Return
true if it matches, false otherwise.