Uses of Interface
org.springframework.messaging.MessageHandler

Packages that use MessageHandler
Package
Description
Support for working with messaging APIs and protocols.
Common infrastructure for invoking message handler methods.
Support classes for handling messages from simple messaging protocols (like STOMP).
Provides a "simple" message broker implementation along with an abstract base class and other supporting types such as a registry for subscriptions.
Configuration support for WebSocket messaging using higher level messaging protocols.
Generic support for simple messaging protocols (like STOMP).
Support for handling messages to "user" destinations (i.e.
Provides implementations of Message along with a MessageBuilder and MessageHeaderAccessor for building and working with messages and message headers, as well as various MessageChannel implementations and channel interceptor support.
WebSocket integration for Spring's messaging module.