Interface PersistenceServiceConfigurationRegistry
- All Superinterfaces:
Registry<PersistenceServiceConfiguration,
String>
@NonNullByDefault
public interface PersistenceServiceConfigurationRegistry
extends Registry<PersistenceServiceConfiguration,String>
The
PersistenceServiceConfigurationRegistry
is the central place to store persistence service configurations.
Configurations are registered through PersistenceServiceConfigurationProvider
.
Because the PersistenceManager
implementation needs to listen to
different registries, the PersistenceServiceConfigurationRegistryChangeListener
can be used to add listeners
to this registry.- Author:
- Jan N. Klug - Initial contribution
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Methods inherited from interface org.openhab.core.common.registry.Registry
add, addRegistryChangeListener, get, getAll, remove, removeRegistryChangeListener, stream, update
-
Method Details
-
addRegistryChangeListener
-
removeRegistryChangeListener
-