All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.axway.iron.spi.storage.SnapshotStoreFactory Maven / Gradle / Ivy

There is a newer version: 0.21.0
Show newest version
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