Class ProcessInstanceBatchTerminateProcessor
java.lang.Object
io.camunda.zeebe.engine.processing.processinstance.ProcessInstanceBatchTerminateProcessor
- All Implemented Interfaces:
TypedRecordProcessor<ProcessInstanceBatchRecord>
public final class ProcessInstanceBatchTerminateProcessor
extends Object
implements TypedRecordProcessor<ProcessInstanceBatchRecord>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
TypedRecordProcessor.ProcessingError
-
Constructor Summary
ConstructorsConstructorDescriptionProcessInstanceBatchTerminateProcessor
(Writers writers, KeyGenerator keyGenerator, ElementInstanceState elementInstanceState) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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.TypedRecordProcessor
tryHandleError
-
Constructor Details
-
ProcessInstanceBatchTerminateProcessor
public ProcessInstanceBatchTerminateProcessor(Writers writers, KeyGenerator keyGenerator, ElementInstanceState elementInstanceState)
-
-
Method Details
-
processRecord
- Specified by:
processRecord
in interfaceTypedRecordProcessor<ProcessInstanceBatchRecord>
-