Uses of Class
org.springframework.web.socket.config.annotation.WebMvcStompEndpointRegistry
Packages that use WebMvcStompEndpointRegistry
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
- 
Uses of WebMvcStompEndpointRegistry in org.springframework.web.socket.config.annotationMethods in org.springframework.web.socket.config.annotation that return WebMvcStompEndpointRegistryModifier and TypeMethodDescriptionStompEndpointRegistry.setErrorHandler(StompSubProtocolErrorHandler errorHandler) Configure a handler for customizing or handling STOMP ERROR frames to clients.WebMvcStompEndpointRegistry.setErrorHandler(StompSubProtocolErrorHandler errorHandler) StompEndpointRegistry.setPreserveReceiveOrder(boolean preserveReceiveOrder) Whether to handle client messages sequentially in the order in which they were received.WebMvcStompEndpointRegistry.setPreserveReceiveOrder(boolean preserveReceiveOrder)