
Class SubscriptionLoader
java.lang.Object
ca.uhn.fhir.jpa.subscription.match.registry.SubscriptionLoader
- All Implemented Interfaces:
IResourceChangeListener
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
int
void
handleChange
(IResourceChangeEvent theResourceChangeEvent) void
handleInit
(Collection<org.hl7.fhir.instance.model.api.IIdType> theResourceIds) void
void
shutdown()
void
start()
void
Read the existing subscriptions from the databasevoid
-
Constructor Details
-
SubscriptionLoader
public SubscriptionLoader()Constructor
-
-
Method Details
-
registerListener
-
unregisterListener
-
syncSubscriptions
Read the existing subscriptions from the database -
acquireSemaphoreForUnitTest
- Throws:
InterruptedException
-
doSyncSubscriptionsForUnitTest
-
start
-
shutdown
-
handleInit
- Specified by:
handleInit
in interfaceIResourceChangeListener
-
handleChange
- Specified by:
handleChange
in interfaceIResourceChangeListener
-