Uses of Interface
io.camunda.zeebe.engine.processing.streamprocessor.CommandProcessor.CommandControl
Packages that use CommandProcessor.CommandControl
Package
Description
-
Uses of CommandProcessor.CommandControl in io.camunda.zeebe.engine.processing.job
Methods in io.camunda.zeebe.engine.processing.job with parameters of type CommandProcessor.CommandControlModifier and TypeMethodDescriptionvoidJobAcceptFunction.accept(TypedRecord<JobRecord> record, CommandProcessor.CommandControl<JobRecord> commandControl, Consumer<SideEffectProducer> sideEffect) booleanJobCancelProcessor.onCommand(TypedRecord<JobRecord> command, CommandProcessor.CommandControl<JobRecord> commandControl) booleanJobCompleteProcessor.onCommand(TypedRecord<JobRecord> command, CommandProcessor.CommandControl<JobRecord> commandControl) booleanJobFailProcessor.onCommand(TypedRecord<JobRecord> command, CommandProcessor.CommandControl<JobRecord> commandControl, Consumer<SideEffectProducer> sideEffect) booleanJobRecurProcessor.onCommand(TypedRecord<JobRecord> command, CommandProcessor.CommandControl<JobRecord> commandControl) booleanJobThrowErrorProcessor.onCommand(TypedRecord<JobRecord> command, CommandProcessor.CommandControl<JobRecord> commandControl) booleanJobTimeOutProcessor.onCommand(TypedRecord<JobRecord> command, CommandProcessor.CommandControl<JobRecord> commandControl) booleanJobUpdateRetriesProcessor.onCommand(TypedRecord<JobRecord> command, CommandProcessor.CommandControl<JobRecord> commandControl) -
Uses of CommandProcessor.CommandControl in io.camunda.zeebe.engine.processing.processinstance
Methods in io.camunda.zeebe.engine.processing.processinstance with parameters of type CommandProcessor.CommandControlModifier and TypeMethodDescriptionbooleanCreateProcessInstanceProcessor.onCommand(TypedRecord<ProcessInstanceCreationRecord> command, CommandProcessor.CommandControl<ProcessInstanceCreationRecord> controller) booleanCreateProcessInstanceWithResultProcessor.onCommand(TypedRecord<ProcessInstanceCreationRecord> command, CommandProcessor.CommandControl<ProcessInstanceCreationRecord> controller, Consumer<SideEffectProducer> sideEffect) -
Uses of CommandProcessor.CommandControl in io.camunda.zeebe.engine.processing.streamprocessor
Classes in io.camunda.zeebe.engine.processing.streamprocessor that implement CommandProcessor.CommandControlModifier and TypeClassDescriptionfinal classCommandProcessorImpl<T extends UnifiedRecordValue>Decorates a command processor with simple accept and reject logic.Methods in io.camunda.zeebe.engine.processing.streamprocessor with parameters of type CommandProcessor.CommandControlModifier and TypeMethodDescriptiondefault booleanCommandProcessor.onCommand(TypedRecord<T> command, CommandProcessor.CommandControl<T> commandControl) default booleanCommandProcessor.onCommand(TypedRecord<T> command, CommandProcessor.CommandControl<T> commandControl, Consumer<SideEffectProducer> sideEffect)