Uses of Class
org.springframework.web.socket.messaging.StompSubProtocolErrorHandler
Package
Description
Support for annotation-based WebSocket setup in configuration classes.
WebSocket integration for Spring's messaging module.
-
Uses of StompSubProtocolErrorHandler in org.springframework.web.socket.config.annotation
Modifier and TypeMethodDescriptionStompEndpointRegistry.setErrorHandler
(StompSubProtocolErrorHandler errorHandler) Configure a handler for customizing or handling STOMP ERROR frames to clients.WebMvcStompEndpointRegistry.setErrorHandler
(StompSubProtocolErrorHandler errorHandler) -
Uses of StompSubProtocolErrorHandler in org.springframework.web.socket.messaging
Modifier and TypeMethodDescriptionStompSubProtocolHandler.getErrorHandler()
Return the configured error handler.Modifier and TypeMethodDescriptionvoid
StompSubProtocolHandler.setErrorHandler
(StompSubProtocolErrorHandler errorHandler) Configure a handler for error messages sent to clients which allows customizing the error messages or preventing them from being sent.