Generated by
JDiff

Class org.springframework.messaging.simp.stomp.StompHeaderAccessor

Removed Methods
(Map<String, List<String>>toStompHeaderMap()  
 

Added Methods
MessageHeaderAccessor createAccessor(Message<?>)  
StompHeaderAccessor createForHeartbeat() Create headers for a heartbeat.
StompCommand getCommand(Map<String, Object>) Return the STOMP command from the given headers, or {@code null} if not set.
Integer getContentLength(Map<String, List<String>>)  
String getDetailedLogMessage(Object)  
String getPasscode(Map<String, Object>) Return the passcode header value, or {@code null} if not set.
String getShortLogMessage(Object)  
boolean isHeartbeat()  
 

Changed Methods
void setSubscriptionId(String) Method was inherited from SimpMessageHeaderAccessor, but is now defined locally.  
Map<String, List<String>> toNativeHeaderMap() Method was locally defined, but is now inherited from NativeMessageHeaderAccessor. Return a copy of the native header values or an empty map.