![JAR search and dependency download from the Maven repository](/logo.png)
io.axway.iron.spi.storage.SnapshotStoreFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of iron-spi Show documentation
Show all versions of iron-spi Show documentation
Iron Service Provider Interfaces
package io.axway.iron.spi.storage;
/**
* SPI for snapshot store.
*/
public interface SnapshotStoreFactory {
/**
* Create a snapshot store for the given store.
*
* @param storeName the name of the store
* @return the {@link SnapshotStore} to be used to access to the snapshot for the given store
*/
SnapshotStore createSnapshotStore(String storeName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy