vertx / io.vertx.ext.stomp / Destination / dispatch

dispatch

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

Dispatches the given frame.

Parameters

connection - the connection

frame - the frame

Return
the current instance of Destination