Class JobUpdateRetriesProcessor
java.lang.Object
io.camunda.zeebe.engine.processing.job.JobUpdateRetriesProcessor
- All Implemented Interfaces:
CommandProcessor<JobRecord>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.CommandProcessor
CommandProcessor.CommandControl<T>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
onCommand
(TypedRecord<JobRecord> command, CommandProcessor.CommandControl<JobRecord> commandControl) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.CommandProcessor
afterAccept, tryHandleError
-
Constructor Details
-
JobUpdateRetriesProcessor
-
-
Method Details
-
onCommand
public boolean onCommand(TypedRecord<JobRecord> command, CommandProcessor.CommandControl<JobRecord> commandControl) - Specified by:
onCommand
in interfaceCommandProcessor<JobRecord>
-