![JAR search and dependency download from the Maven repository](/logo.png)
io.axway.iron.spi.storage.TransactionStoreFactory 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 transaction store.
*/
public interface TransactionStoreFactory {
/**
* Create a transaction store (eg redolog) for the given store.
*
* @param storeName the name of the store
* @return the {@link TransactionStore} to be used to access to the store redolog
*/
TransactionStore createTransactionStore(String storeName);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy