Package io.camunda.zeebe.journal
Interface JournalRecord
- All Known Implementing Classes:
PersistedJournalRecord
public interface JournalRecord
-
Method Summary
-
Method Details
-
index
long index()Index of the record- Returns:
- index
-
asqn
long asqn()Application sequence number for the record- Returns:
- asqn
-
checksum
long checksum()Checksum of the data- Returns:
- checksum
-
data
org.agrona.DirectBuffer data()Application provided data of the record- Returns:
- data
-