Package io.camunda.zeebe.snapshots.impl
Interface FileBasedSnapshotId.SnapshotParseResult
- All Known Implementing Classes:
FileBasedSnapshotId.SnapshotParseResult.Invalid,FileBasedSnapshotId.SnapshotParseResult.Parsed
- Enclosing class:
FileBasedSnapshotId
public static sealed interface FileBasedSnapshotId.SnapshotParseResult
permits FileBasedSnapshotId.SnapshotParseResult.Parsed, FileBasedSnapshotId.SnapshotParseResult.Invalid
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final recordstatic final record -
Method Summary
-
Method Details
-
getOrThrow
FileBasedSnapshotId getOrThrow()
-