
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
mySearchParamRegistryFields 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, updateSubscriptionTopicRegistryMethods inherited from class ca.uhn.fhir.cache.BaseResourceCacheSynchronizer
acquireSemaphoreForUnitTest, doSyncResourcesForUnitTest, forceRefresh, handleChange, handleInit, registerListener, requestRefresh, setMaxRetries, shutdown, start, unregisterListenerMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ca.uhn.fhir.jpa.cache.IResourceChangeListener
handleChange, handleInitMethods 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:
getSearchParameterMapin classBaseResourceCacheSynchronizer
-