Interface StateChangelogStorage<Handle extends ChangelogStateHandle>

All Superinterfaces:
AutoCloseable, StateChangelogStorageView<Handle>
All Known Implementing Classes:
InMemoryStateChangelogStorage

@Internal public interface StateChangelogStorage<Handle extends ChangelogStateHandle> extends StateChangelogStorageView<Handle>
A storage for changelog. Could produce StateChangelogHandleReader and StateChangelogWriter for read and write. Please use StateChangelogStorageLoader to obtain an instance.