Class ProcessInstanceBatchActivateProcessor
java.lang.Object
io.camunda.zeebe.engine.processing.processinstance.ProcessInstanceBatchActivateProcessor
- All Implemented Interfaces:
TypedRecordProcessor<ProcessInstanceBatchRecord>
public final class ProcessInstanceBatchActivateProcessor
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
ConstructorsConstructorDescriptionProcessInstanceBatchActivateProcessor(Writers writers, KeyGenerator keyGenerator, ElementInstanceState elementInstanceState, ProcessState processState) -
Method Summary
Modifier and TypeMethodDescriptionvoidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
tryHandleError
-
Constructor Details
-
ProcessInstanceBatchActivateProcessor
public ProcessInstanceBatchActivateProcessor(Writers writers, KeyGenerator keyGenerator, ElementInstanceState elementInstanceState, ProcessState processState)
-
-
Method Details
-
processRecord
- Specified by:
processRecordin interfaceTypedRecordProcessor<ProcessInstanceBatchRecord>
-