Generated by
JDiff

Interface org.springframework.web.socket.config.annotation.StompEndpointRegistry

Added Methods
WebMvcStompEndpointRegistry setErrorHandler(StompSubProtocolErrorHandler) Configure a handler for customizing or handling STOMP ERROR frames to clients.
void setOrder(int) Set the order of the org.springframework.web.servlet.HandlerMapping used for STOMP endpoints relative to other Spring MVC handler mappings.
void setUrlPathHelper(UrlPathHelper) Configure a customized UrlPathHelper for the STOMP endpoint HandlerMapping.