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

nack

open fun nack(connection: StompServerConnection, frame: Frame): Boolean

Handles a NACK frame.

Parameters

connection - the connection

frame - the NACK frame

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