Interface PersistentDataStoreFactory


public interface PersistentDataStoreFactory
Interface for a factory that creates some implementation of a persistent data store.

This interface is implemented by database integrations. Usage is described in Components.persistentDataStore(com.launchdarkly.sdk.server.interfaces.PersistentDataStoreFactory).

Since:
4.12.0
See Also:
Components