Uses of Interface
io.camunda.zeebe.engine.state.KeyGeneratorControls
Packages that use KeyGeneratorControls
Package
Description
This package is to isolate classes that will be part of the platform.
-
Uses of KeyGeneratorControls in io.camunda.zeebe.engine.state.processing
Classes in io.camunda.zeebe.engine.state.processing that implement KeyGeneratorControls -
Uses of KeyGeneratorControls in io.camunda.zeebe.streamprocessor
Methods in io.camunda.zeebe.streamprocessor that return KeyGeneratorControlsMethods in io.camunda.zeebe.streamprocessor with parameters of type KeyGeneratorControlsModifier and TypeMethodDescriptionStreamProcessorContext.keyGeneratorControls(KeyGeneratorControls keyGeneratorControls) Constructors in io.camunda.zeebe.streamprocessor with parameters of type KeyGeneratorControlsModifierConstructorDescriptionRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, Function<MutableZeebeState, EventApplier> eventApplierFactory, InterPartitionCommandSender partitionCommandSender, KeyGeneratorControls keyGeneratorControls)