Uses of Record Class
io.camunda.zeebe.engine.api.records.RecordBatchEntry
Packages that use RecordBatchEntry
-
Uses of RecordBatchEntry in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api that return RecordBatchEntry -
Uses of RecordBatchEntry in io.camunda.zeebe.engine.api.records
Methods in io.camunda.zeebe.engine.api.records that return RecordBatchEntryModifier and TypeMethodDescriptionstatic RecordBatchEntryRecordBatchEntry.createEntry(long key, int sourceIndex, RecordType recordType, Intent intent, RejectionType rejectionType, String rejectionReason, ValueType valueType, BufferWriter valueWriter) Constructors in io.camunda.zeebe.engine.api.records with parameters of type RecordBatchEntryModifierConstructorDescriptionExceededBatchRecordSizeException(RecordBatchEntry recordBatchEntry, int entryLength, int recordBatchEntriesSize, int batchSize)