Uses of Package
io.camunda.zeebe.stream.api.records
Packages that use io.camunda.zeebe.stream.api.records
Package
Description
This package is to isolate classes that will be part of the platform.
-
Classes in io.camunda.zeebe.stream.api.records used by io.camunda.zeebe.stream.apiClassDescriptionRepresents an unmodifiable batch of records, which extends the
Iterable<RecordBatchEntry>in order to make sure that the contained entries can be accessed. -
Classes in io.camunda.zeebe.stream.api.records used by io.camunda.zeebe.stream.api.recordsClassDescriptionRepresents an unmodifiable batch of records, which extends the
Iterable<RecordBatchEntry>in order to make sure that the contained entries can be accessed. -
Classes in io.camunda.zeebe.stream.api.records used by io.camunda.zeebe.stream.api.schedulingClassDescriptionRepresents an unmodifiable batch of records, which extends the
Iterable<RecordBatchEntry>in order to make sure that the contained entries can be accessed. -
Classes in io.camunda.zeebe.stream.api.records used by io.camunda.zeebe.stream.implClassDescriptionTakes as argument the potential next batch entry count and the next potential batch size, in order to verify whether this next
RecordBatchEntrycan be added to theRecordBatch. -
Classes in io.camunda.zeebe.stream.api.records used by io.camunda.zeebe.stream.impl.recordsClassDescriptionRepresents 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.