Uses of Package
org.springframework.messaging.simp.broker
Package
Description
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.
Support for annotation-based WebSocket setup in configuration classes.
-
ClassDescriptionAbstract base class for a
MessageHandler
that broker messages to registered subscribers.Abstract base class for implementations ofSubscriptionRegistry
that looks up information in messages but delegates to abstract methods for the actual storage and retrieval.A registry of subscription by session that allows looking up subscriptions. -
ClassDescriptionAbstract base class for a
MessageHandler
that broker messages to registered subscribers.A "simple" message broker that recognizes the message types defined inSimpMessageType
, keeps track of subscriptions with the help of aSubscriptionRegistry
, and sends messages to subscribers. -
ClassDescriptionAbstract base class for a
MessageHandler
that broker messages to registered subscribers. -
-
ClassDescriptionAbstract base class for a
MessageHandler
that broker messages to registered subscribers.