StompReceiptHeaders
The headers of a StompFrame.Receipt frame.
Inheritors
Properties
Functions
Link copied to clipboard
fun StompReceiptHeaders.copy(transform: StompReceiptHeadersBuilder.() -> Unit = {}): StompReceiptHeaders
Creates a copy of these headers with the given transform applied.
Link copied to clipboard
Gets the header with the given headerName, or null if it's not present. Usually, headers should be accessed via type-safe properties, but this is useful to access custom headers.