Uses of Class
org.springframework.messaging.simp.broker.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.broker
Modifier and TypeClassDescriptionclass
Implementation ofSubscriptionRegistry
that stores subscriptions in memory and uses aPathMatcher
for matching destinations.