Uses of Interface
org.springframework.messaging.simp.broker.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
Modifier 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.Modifier and TypeMethodDescriptionvoid
SimpleBrokerMessageHandler.setSubscriptionRegistry
(SubscriptionRegistry subscriptionRegistry) Configure a customSubscriptionRegistry
to use for storing subscriptions.