Package io.camunda.zeebe.stream.api.records
package io.camunda.zeebe.stream.api.records
-
ClassDescriptionThis exception is part of the contract with the engine.Represents an unmodifiable batch of records, which extends the
Iterable<RecordBatchEntry>in order to make sure that the contained entries can be accessed.Represents a modifiable batch of record, which means we can add multiple Records to the batch.Takes as argument the potential next batch entry count and the next potential batch size, in order to verify whether this nextRecordBatchEntrycan be added to theRecordBatch.TypedRecord<T extends UnifiedRecordValue>