Interface StateChangelogStorageView<Handle extends ChangelogStateHandle>

All Superinterfaces:
AutoCloseable
All Known Subinterfaces:
StateChangelogStorage<Handle>
All Known Implementing Classes:
InMemoryStateChangelogStorage

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