Uses of Package
org.springframework.messaging.simp.broker
Packages that use 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.
-
Classes in org.springframework.messaging.simp.broker used by org.springframework.messaging.simp.brokerClassDescriptionAbstract 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. -
Classes in org.springframework.messaging.simp.broker used by org.springframework.messaging.simp.configClassDescriptionAbstract 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. -
Classes in org.springframework.messaging.simp.broker used by org.springframework.messaging.simp.stompClassDescriptionAbstract base class for a
MessageHandler
that broker messages to registered subscribers. -
Classes in org.springframework.messaging.simp.broker used by org.springframework.messaging.simp.user
-
Classes in org.springframework.messaging.simp.broker used by org.springframework.web.socket.config.annotationClassDescriptionAbstract base class for a
MessageHandler
that broker messages to registered subscribers.