LostReceiptException

class LostReceiptException(val receiptId: String, val configuredTimeout: Duration, val frame: StompFrame) : Exception(source)

An exception thrown when a RECEIPT frame was expected from the server, but not received in the configured time limit.

Constructors

Link copied to clipboard
constructor(receiptId: String, configuredTimeout: Duration, frame: StompFrame)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

The configured timeout which has expired.

Link copied to clipboard

The frame which did not get acknowledged by the server.

Link copied to clipboard
open val message: String?
Link copied to clipboard

The value of the receipt header sent to the server, and expected in a RECEIPT frame.