Package com.pkgrove.pkgrovekit.storage
Class CheckpointStore.Checkpoint
-
- All Implemented Interfaces:
public final class CheckpointStore.Checkpoint
-
-
Constructor Summary
Constructors Constructor Description CheckpointStore.Checkpoint(Long sequence, String data, Instant createdAt, ObjectKey key)
-
Method Summary
Modifier and Type Method Description final LonggetSequence()final StringgetData()final InstantgetCreatedAt()final ObjectKeygetKey()
-