StompReceipt

data class StompReceipt(val id: String)(source)

A STOMP receipt, as defined in the STOMP specification.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String

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