Interface EclipseStoreStorageFoundationProvider
- All Known Implementing Classes:
DefaultEclipseStoreClientConfiguration,EclipseStoreClientConfiguration
public interface EclipseStoreStorageFoundationProvider
Wraps access to a
EmbeddedStorageFoundation into a single interface to have looser coupling towards
EclipseStore.-
Method Summary
Modifier and TypeMethodDescriptionorg.eclipse.store.storage.embedded.types.EmbeddedStorageFoundation<?>
-
Method Details
-
createEmbeddedStorageFoundation
org.eclipse.store.storage.embedded.types.EmbeddedStorageFoundation<?> createEmbeddedStorageFoundation()
-