vertx / io.vertx.ext.stomp / Destination / subscribe

subscribe

abstract fun subscribe(connection: StompServerConnection, frame: Frame): Destination

Handles a subscription request to the current Destination.

Parameters

connection - the connection

frame - the SUBSCRIBE frame

Return
the current instance of Destination