vertx / io.vertx.ext.stomp / Destination / ack

ack

abstract fun ack(connection: StompServerConnection, frame: Frame): Boolean

Handles a ACK frame.

Parameters

connection - the connection

frame - the ACK frame

Return
true if the destination has handled the frame (meaning it has sent the message with id)