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.