Lost Receipt Exception
class LostReceiptException( val receiptId: String, val configuredTimeout: Duration, val frame: StompFrame) : Exception
Content copied to clipboard
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
fun LostReceiptException( receiptId: String, configuredTimeout: Duration, frame: StompFrame)
Content copied to clipboard