Uses of Interface
org.springframework.messaging.simp.broker.SubscriptionRegistry
Packages that use SubscriptionRegistry
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 SubscriptionRegistry in org.springframework.messaging.simp.broker
Classes in org.springframework.messaging.simp.broker that implement SubscriptionRegistryModifier and TypeClassDescriptionclass
Abstract base class for implementations ofSubscriptionRegistry
that looks up information in messages but delegates to abstract methods for the actual storage and retrieval.class
Implementation ofSubscriptionRegistry
that stores subscriptions in memory and uses aPathMatcher
for matching destinations.Methods in org.springframework.messaging.simp.broker that return SubscriptionRegistryMethods in org.springframework.messaging.simp.broker with parameters of type SubscriptionRegistryModifier and TypeMethodDescriptionvoid
SimpleBrokerMessageHandler.setSubscriptionRegistry
(SubscriptionRegistry subscriptionRegistry) Configure a customSubscriptionRegistry
to use for storing subscriptions.