
Package ca.uhn.fhir.jpa.topic
Class SubscriptionTopicLoader
java.lang.Object
ca.uhn.fhir.cache.BaseResourceCacheSynchronizer
ca.uhn.fhir.jpa.topic.BaseSubscriptionTopicLoader
ca.uhn.fhir.jpa.topic.SubscriptionTopicLoader
- All Implemented Interfaces:
IResourceChangeListener
,ISubscriptionTopicLoader
,ca.uhn.fhir.rest.server.util.IResourceRepositoryCache
-
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
ConstructorsConstructorDescriptionSubscriptionTopicLoader
(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
-
SubscriptionTopicLoader
public SubscriptionTopicLoader(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
-