public interface PersistentDataStoreFactory
This interface is implemented by database integrations. Usage is described in
Components.persistentDataStore(com.launchdarkly.sdk.server.interfaces.PersistentDataStoreFactory).
Components| Modifier and Type | Method and Description |
|---|---|
PersistentDataStore |
createPersistentDataStore(ClientContext context)
Called internally from
PersistentDataStoreBuilder to create the implementation object
for the specific type of data store. |
PersistentDataStore createPersistentDataStore(ClientContext context)
PersistentDataStoreBuilder to create the implementation object
for the specific type of data store.context - allows access to the client configuration