Uses of Interface
io.zeebe.engine.processing.streamprocessor.CommandProcessor
-
-
Uses of CommandProcessor in io.zeebe.engine.processing.incident
Classes in io.zeebe.engine.processing.incident that implement CommandProcessor Modifier and Type Class Description classCreateIncidentProcessor -
Uses of CommandProcessor in io.zeebe.engine.processing.job
Classes in io.zeebe.engine.processing.job that implement CommandProcessor Modifier and Type Class Description classCancelProcessorclassCompleteProcessorclassCreateProcessorclassFailProcessorclassJobThrowErrorProcessorclassTimeOutProcessorclassUpdateRetriesProcessor -
Uses of CommandProcessor in io.zeebe.engine.processing.streamprocessor
Methods in io.zeebe.engine.processing.streamprocessor with parameters of type CommandProcessor Modifier and Type Method Description <T extends UnifiedRecordValue>
TypedRecordProcessorsTypedRecordProcessors. onCommand(ValueType valueType, Intent intent, CommandProcessor<T> commandProcessor)Constructors in io.zeebe.engine.processing.streamprocessor with parameters of type CommandProcessor Constructor Description CommandProcessorImpl(KeyGenerator keyGenerator, CommandProcessor<T> commandProcessor) -
Uses of CommandProcessor in io.zeebe.engine.processing.variable
Classes in io.zeebe.engine.processing.variable that implement CommandProcessor Modifier and Type Class Description classUpdateVariableDocumentProcessor -
Uses of CommandProcessor in io.zeebe.engine.processing.workflowinstance
Classes in io.zeebe.engine.processing.workflowinstance that implement CommandProcessor Modifier and Type Class Description classCreateWorkflowInstanceProcessorclassCreateWorkflowInstanceWithResultProcessor
-