Class TransientSnapshotStoreBuilder

  • All Implemented Interfaces:
    java.util.function.Supplier<io.axway.iron.spi.storage.SnapshotStore>

    public class TransientSnapshotStoreBuilder
    extends java.lang.Object
    implements java.util.function.Supplier<io.axway.iron.spi.storage.SnapshotStore>
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      io.axway.iron.spi.storage.SnapshotStore get()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransientSnapshotStoreBuilder

        public TransientSnapshotStoreBuilder()
    • Method Detail

      • get

        public io.axway.iron.spi.storage.SnapshotStore get()
        Specified by:
        get in interface java.util.function.Supplier<io.axway.iron.spi.storage.SnapshotStore>