vertx / io.vertx.ext.stomp / DefaultAckHandler

DefaultAckHandler

open class DefaultAckHandler : Handler<ServerFrame>

STOMP compliant actions executed when receiving a ACK frame. It removes the acknowledges messages from the list of messages waiting for acknowledgment. If the ACK frame specifies a transaction id, the acknowledgment is delayed until the transaction commit. This handler is thread safe.

Author
Clement Escoffier

Constructors

<init>

DefaultAckHandler()

STOMP compliant actions executed when receiving a ACK frame. It removes the acknowledges messages from the list of messages waiting for acknowledgment. If the ACK frame specifies a transaction id, the acknowledgment is delayed until the transaction commit. This handler is thread safe.

Functions

handle

open fun handle(serverFrame: ServerFrame): Unit