spring-framework / org.springframework.messaging.simp.stomp / StompHeaderAccessor / create

create

open static fun create(command: StompCommand): StompHeaderAccessor

Create an instance for the given STOMP command.

open static fun create(command: StompCommand, headers: MutableMap<String, MutableList<String>>): StompHeaderAccessor

Create an instance for the given STOMP command and headers.