Uses of Interface
org.springframework.messaging.simp.broker.SubscriptionRegistry
Packages that use SubscriptionRegistry 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 SubscriptionRegistry in org.springframework.messaging.simp.broker
Classes in org.springframework.messaging.simp.broker that implement SubscriptionRegistry Modifier and Type Class Description classAbstractSubscriptionRegistryAbstract base class for implementations ofSubscriptionRegistrythat looks up information in messages but delegates to abstract methods for the actual storage and retrieval.classDefaultSubscriptionRegistryImplementation ofSubscriptionRegistrythat stores subscriptions in memory and uses aPathMatcherfor matching destinations.Methods in org.springframework.messaging.simp.broker that return SubscriptionRegistry Modifier and Type Method Description SubscriptionRegistrySimpleBrokerMessageHandler. getSubscriptionRegistry()Methods in org.springframework.messaging.simp.broker with parameters of type SubscriptionRegistry Modifier and Type Method Description voidSimpleBrokerMessageHandler. setSubscriptionRegistry(SubscriptionRegistry subscriptionRegistry)Configure a custom SubscriptionRegistry to use for storing subscriptions.