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