Uses of Interface
io.camunda.zeebe.engine.api.records.ImmutableRecordBatch
Packages that use ImmutableRecordBatch
-
Uses of ImmutableRecordBatch in io.camunda.zeebe.engine.api
Methods in io.camunda.zeebe.engine.api that return ImmutableRecordBatchModifier and TypeMethodDescriptionEmptyProcessingResult.getRecordBatch()ProcessingResult.getRecordBatch()Returns the resulting record batch, which can be empty or consist of multipleRecordBatchEntrys.TaskResult.getRecordBatch()Returns the resulting record batch, which can be empty or consist of multipleRecordBatchEntrys. -
Uses of ImmutableRecordBatch in io.camunda.zeebe.engine.api.records
Subinterfaces of ImmutableRecordBatch in io.camunda.zeebe.engine.api.recordsModifier and TypeInterfaceDescriptioninterfaceRepresents a modifiable batch of record, which means we can add multiple Records to the batch.Classes in io.camunda.zeebe.engine.api.records that implement ImmutableRecordBatchMethods in io.camunda.zeebe.engine.api.records that return ImmutableRecordBatch