Class CreateWorkflowInstanceWithResultProcessor
- java.lang.Object
-
- io.zeebe.engine.processing.workflowinstance.CreateWorkflowInstanceWithResultProcessor
-
- All Implemented Interfaces:
CommandProcessor<WorkflowInstanceCreationRecord>
public final class CreateWorkflowInstanceWithResultProcessor extends Object implements CommandProcessor<WorkflowInstanceCreationRecord>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.zeebe.engine.processing.streamprocessor.CommandProcessor
CommandProcessor.CommandControl<T>
-
-
Constructor Summary
Constructors Constructor Description CreateWorkflowInstanceWithResultProcessor(CreateWorkflowInstanceProcessor createProcessor, ElementInstanceState elementInstanceState)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanonCommand(TypedRecord<WorkflowInstanceCreationRecord> command, CommandProcessor.CommandControl<WorkflowInstanceCreationRecord> controller, TypedStreamWriter streamWriter)-
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
-
CreateWorkflowInstanceWithResultProcessor
public CreateWorkflowInstanceWithResultProcessor(CreateWorkflowInstanceProcessor createProcessor, ElementInstanceState elementInstanceState)
-
-
Method Detail
-
onCommand
public boolean onCommand(TypedRecord<WorkflowInstanceCreationRecord> command, CommandProcessor.CommandControl<WorkflowInstanceCreationRecord> controller, TypedStreamWriter streamWriter)
- Specified by:
onCommandin interfaceCommandProcessor<WorkflowInstanceCreationRecord>
-
-