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