Package org.openhab.core.persistence
Interface PersistenceManager
@NonNullByDefault
public interface PersistenceManager
The
PersistenceManager interface is used to communicate between external components (e.g. REST interface)
that modify persisted data bypassing the PersistenceManagerImpl. This is required because forecast jobs might
need an update when the persisted data changes.- Author:
- Jan N. Klug - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandleExternalPersistenceDataChange(PersistenceService persistenceService, Item item)
-
Method Details
-
handleExternalPersistenceDataChange
-