Package io.zeebe.engine.processing.job
Class CreateProcessor
- java.lang.Object
-
- io.zeebe.engine.processing.job.CreateProcessor
-
- All Implemented Interfaces:
CommandProcessor<JobRecord>
public final class CreateProcessor extends Object implements CommandProcessor<JobRecord>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.zeebe.engine.processing.streamprocessor.CommandProcessor
CommandProcessor.CommandControl<T>
-
-
Constructor Summary
Constructors Constructor Description CreateProcessor(JobState state)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanonCommand(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.zeebe.engine.processing.streamprocessor.CommandProcessor
onCommand
-
-
-
-
Constructor Detail
-
CreateProcessor
public CreateProcessor(JobState state)
-
-
Method Detail
-
onCommand
public boolean onCommand(TypedRecord<JobRecord> command, CommandProcessor.CommandControl<JobRecord> commandControl)
- Specified by:
onCommandin interfaceCommandProcessor<JobRecord>
-
-