Interface CheckpointRecordValue
- All Superinterfaces:
JsonSerializable,RecordValue
- All Known Implementing Classes:
ImmutableCheckpointRecordValue
Represents a checkpoint related command or event.
-
Method Summary
Methods inherited from interface io.camunda.zeebe.protocol.record.JsonSerializable
toJson
-
Method Details
-
getCheckpointId
long getCheckpointId()- Returns:
- id of the checkpoint
-
getCheckpointPosition
long getCheckpointPosition()- Returns:
- the position of the checkpoint
-