Uses of Class
org.springframework.messaging.handler.invocation.AbstractMethodMessageHandler
Package
Description
Support classes for handling messages from simple messaging protocols
(like STOMP).
WebSocket integration for Spring's messaging module.
-
Uses of AbstractMethodMessageHandler in org.springframework.messaging.simp.annotation.support
Modifier and TypeClassDescriptionclass
A handler for messages delegating to@MessageMapping
and@SubscribeMapping
annotated methods. -
Uses of AbstractMethodMessageHandler in org.springframework.web.socket.messaging
Modifier and TypeClassDescriptionclass
A subclass ofSimpAnnotationMethodMessageHandler
to provide support forControllerAdvice
with global@MessageExceptionHandler
methods.