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.-
Method Summary
-
Method Details
-
createReader
StateChangelogHandleReader<Handle> createReader() -
close
- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-