StompHeaders.getFirst

Return the first header value for the given header name, if any. @param headerName the header name @return the first header value, or {@code null} if none

class StompHeaders
override
string
getFirst
(
string headerName
)

Meta