Class ResourceChangeListenerRegistryImpl

java.lang.Object
ca.uhn.fhir.jpa.cache.ResourceChangeListenerRegistryImpl
All Implemented Interfaces:
IResourceChangeListenerRegistry

This component holds an in-memory list of all registered IResourceChangeListener instances along with their caches and other details needed to maintain those caches. Register an IResourceChangeListener instance with this service to be notified when resources you care about are changed. This service quickly notifies listeners of changes that happened on the local process and also eventually notifies listeners of changes that were made by remote processes.