StompErrorHeadersBuilder
A temporary mutable representation of StompErrorHeaders to ease their construction (or copy with modification).
Properties
Functions
Link copied to clipboard
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.
Link copied to clipboard
Sets the header named headerName to the given headerValue.