Class WebSocketAnnotationMethodMessageHandler

All Implemented Interfaces:
Aware, InitializingBean, ApplicationContextAware, EmbeddedValueResolverAware, Lifecycle, Phased, SmartLifecycle, MessageHandler

public class WebSocketAnnotationMethodMessageHandler extends SimpAnnotationMethodMessageHandler
A subclass of SimpAnnotationMethodMessageHandler to provide support for ControllerAdvice with global @MessageExceptionHandler methods.
Since:
4.2
Author:
Rossen Stoyanchev