AbstractMethodMessageHandler()
Abstract base class for HandlerMethod-based message handling. Provides most of the logic required to discover handler methods at startup, find a matching handler method at runtime for a given message and invoke it.
Also supports discovering and invoking exception handling methods to process exceptions raised during message handling.
- the type of the Object that contains information mapping a org.springframework.messaging.handler.HandlerMethod to incoming messages
Author
Rossen Stoyanchev
Author
Juergen Hoeller
Since
4.0