Uses of Class
org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
Packages that use AbstractSubscriptionRegistry
Package
Description
Provides a "simple" message broker implementation along with an abstract base
 class and other supporting types such as a registry for subscriptions.
- 
Uses of AbstractSubscriptionRegistry in org.springframework.messaging.simp.brokerSubclasses of AbstractSubscriptionRegistry in org.springframework.messaging.simp.brokerModifier and TypeClassDescriptionclassImplementation ofSubscriptionRegistrythat stores subscriptions in memory and uses aPathMatcherfor matching destinations.