
Package ca.uhn.fhir.jpa.topic
Class R4SubscriptionTopicLoader
java.lang.Object
ca.uhn.fhir.cache.BaseResourceCacheSynchronizer
ca.uhn.fhir.jpa.topic.BaseSubscriptionTopicLoader
ca.uhn.fhir.jpa.topic.R4SubscriptionTopicLoader
- All Implemented Interfaces:
IResourceChangeListener
,ISubscriptionTopicLoader
,ca.uhn.fhir.rest.server.util.IResourceRepositoryCache
Specialized loader for R4 SubscriptionTopics, which are implemented as Basic resources
with a code of "SubscriptionTopic".
-
Field Summary
Fields inherited from class ca.uhn.fhir.jpa.topic.BaseSubscriptionTopicLoader
mySearchParamRegistry
Fields inherited from class ca.uhn.fhir.cache.BaseResourceCacheSynchronizer
MAX_RETRIES, REFRESH_INTERVAL
-
Constructor Summary
ConstructorsConstructorDescriptionR4SubscriptionTopicLoader
(ca.uhn.hapi.converters.canonical.VersionCanonicalizer theVersionCanonicalizer, SubscriptionTopicRegistry theSubscriptionTopicRegistry, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) Constructor -
Method Summary
Methods inherited from class ca.uhn.fhir.jpa.topic.BaseSubscriptionTopicLoader
handleInit, syncResourcesIntoCache, updateSubscriptionTopicRegistry
Methods inherited from class ca.uhn.fhir.cache.BaseResourceCacheSynchronizer
acquireSemaphoreForUnitTest, doSyncResourcesForUnitTest, forceRefresh, handleChange, handleInit, registerListener, requestRefresh, setMaxRetries, shutdown, start, unregisterListener
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface ca.uhn.fhir.jpa.cache.IResourceChangeListener
handleChange, handleInit
Methods inherited from interface ca.uhn.fhir.rest.server.util.IResourceRepositoryCache
forceRefresh, requestRefresh
-
Constructor Details
-
R4SubscriptionTopicLoader
public R4SubscriptionTopicLoader(ca.uhn.hapi.converters.canonical.VersionCanonicalizer theVersionCanonicalizer, SubscriptionTopicRegistry theSubscriptionTopicRegistry, ca.uhn.fhir.rest.server.util.ISearchParamRegistry theSearchParamRegistry) Constructor
-
-
Method Details
-
getSearchParameterMap
- Specified by:
getSearchParameterMap
in classBaseResourceCacheSynchronizer
-