
Class SubscriptionModelConfig
java.lang.Object
ca.uhn.fhir.jpa.subscription.model.config.SubscriptionModelConfig
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsubscriptionCanonicalizer
(ca.uhn.fhir.context.FhirContext theFhirContext, SubscriptionSettings theSubscriptionSettings, PartitionSettings thePartitionSettings) Lazily instantiation because the module providing PartitionSettings might be higher up the chain (before these beans would be instantiated).
-
Constructor Details
-
SubscriptionModelConfig
public SubscriptionModelConfig()
-
-
Method Details
-
subscriptionCanonicalizer
@Bean @Lazy public SubscriptionCanonicalizer subscriptionCanonicalizer(ca.uhn.fhir.context.FhirContext theFhirContext, SubscriptionSettings theSubscriptionSettings, @Nullable PartitionSettings thePartitionSettings) Lazily instantiation because the module providing PartitionSettings might be higher up the chain (before these beans would be instantiated). This gives us time to collect that bean before constructing this object. -
subscriptionStrategyEvaluator
-