Uses of Class
org.springframework.messaging.simp.broker.AbstractSubscriptionRegistry
Packages that use AbstractSubscriptionRegistry Package Description org.springframework.messaging.simp.broker 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.broker
Subclasses of AbstractSubscriptionRegistry in org.springframework.messaging.simp.broker Modifier and Type Class Description classDefaultSubscriptionRegistryImplementation ofSubscriptionRegistrythat stores subscriptions in memory and uses aPathMatcherfor matching destinations.