Class SubscriptionRegistry

java.lang.Object
ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionRegistry

public class SubscriptionRegistry extends Object
Cache of active subscriptions. When a new subscription is added to the cache, a new Spring Channel is created and a new MessageHandler for that subscription is subscribed to that channel. These subscriptions, channels, and handlers are all caches in this registry so they can be removed it the subscription is deleted.