ack

abstract suspend fun ack(ackId: String, transactionId: String? = null)(source)

Sends an ACK frame with the given ackId.

The provided ackId must match the ack header of the message to acknowledge. If this acknowledgement is part of a transaction, the transactionId should be provided.