Uses of Interface
io.camunda.zeebe.stream.api.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.stream.impl
Methods in io.camunda.zeebe.stream.impl that return KeyGeneratorControlsMethods in io.camunda.zeebe.stream.impl with parameters of type KeyGeneratorControlsModifier and TypeMethodDescriptionStreamProcessorContext.keyGeneratorControls(KeyGeneratorControls keyGeneratorControls) Constructors in io.camunda.zeebe.stream.impl with parameters of type KeyGeneratorControlsModifierConstructorDescriptionRecordProcessorContextImpl(int partitionId, ProcessingScheduleService scheduleService, ZeebeDb zeebeDb, TransactionContext transactionContext, InterPartitionCommandSender partitionCommandSender, KeyGeneratorControls keyGeneratorControls) -
Uses of KeyGeneratorControls in io.camunda.zeebe.stream.impl.state
Classes in io.camunda.zeebe.stream.impl.state that implement KeyGeneratorControls