Uses of Interface
io.zeebe.engine.processing.streamprocessor.CommandProcessor.CommandControl
-
-
Uses of CommandProcessor.CommandControl in io.zeebe.engine.processing.incident
Methods in io.zeebe.engine.processing.incident with parameters of type CommandProcessor.CommandControl Modifier and Type Method Description booleanCreateIncidentProcessor. onCommand(TypedRecord<IncidentRecord> command, CommandProcessor.CommandControl<IncidentRecord> commandControl)booleanCreateIncidentProcessor. rejectIncidentCreation(IncidentRecord incidentEvent, CommandProcessor.CommandControl<IncidentRecord> commandControl) -
Uses of CommandProcessor.CommandControl in io.zeebe.engine.processing.job
-
Uses of CommandProcessor.CommandControl in io.zeebe.engine.processing.streamprocessor
Classes in io.zeebe.engine.processing.streamprocessor that implement CommandProcessor.CommandControl Modifier and Type Class Description classCommandProcessorImpl<T extends UnifiedRecordValue>Methods in io.zeebe.engine.processing.streamprocessor with parameters of type CommandProcessor.CommandControl Modifier and Type Method Description default booleanCommandProcessor. onCommand(TypedRecord<T> command, CommandProcessor.CommandControl<T> commandControl)default booleanCommandProcessor. onCommand(TypedRecord<T> command, CommandProcessor.CommandControl<T> commandControl, TypedStreamWriter streamWriter) -
Uses of CommandProcessor.CommandControl in io.zeebe.engine.processing.variable
Methods in io.zeebe.engine.processing.variable with parameters of type CommandProcessor.CommandControl Modifier and Type Method Description booleanUpdateVariableDocumentProcessor. onCommand(TypedRecord<VariableDocumentRecord> command, CommandProcessor.CommandControl<VariableDocumentRecord> controller) -
Uses of CommandProcessor.CommandControl in io.zeebe.engine.processing.workflowinstance
Methods in io.zeebe.engine.processing.workflowinstance with parameters of type CommandProcessor.CommandControl Modifier and Type Method Description booleanCreateWorkflowInstanceProcessor. onCommand(TypedRecord<WorkflowInstanceCreationRecord> command, CommandProcessor.CommandControl<WorkflowInstanceCreationRecord> controller, TypedStreamWriter streamWriter)booleanCreateWorkflowInstanceWithResultProcessor. onCommand(TypedRecord<WorkflowInstanceCreationRecord> command, CommandProcessor.CommandControl<WorkflowInstanceCreationRecord> controller, TypedStreamWriter streamWriter)
-