Package io.zeebe.engine.processing.job
Class JobBatchActivateProcessor
- java.lang.Object
-
- io.zeebe.engine.processing.job.JobBatchActivateProcessor
-
- All Implemented Interfaces:
StreamProcessorLifecycleAware,TypedRecordProcessor<JobBatchRecord>
public final class JobBatchActivateProcessor extends Object implements TypedRecordProcessor<JobBatchRecord>
-
-
Constructor Summary
Constructors Constructor Description JobBatchActivateProcessor(JobState jobState, VariablesState variablesState, KeyGenerator keyGenerator, long maxRecordLength)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessRecord(TypedRecord<JobBatchRecord> record, TypedResponseWriter responseWriter, 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.StreamProcessorLifecycleAware
onClose, onFailed, onPaused, onRecovered, onResumed
-
Methods inherited from interface io.zeebe.engine.processing.streamprocessor.TypedRecordProcessor
processRecord, processRecord
-
-
-
-
Constructor Detail
-
JobBatchActivateProcessor
public JobBatchActivateProcessor(JobState jobState, VariablesState variablesState, KeyGenerator keyGenerator, long maxRecordLength)
-
-
Method Detail
-
processRecord
public void processRecord(TypedRecord<JobBatchRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter)
- Specified by:
processRecordin interfaceTypedRecordProcessor<JobBatchRecord>- See Also:
TypedRecordProcessor.processRecord(TypedRecord, TypedResponseWriter, TypedStreamWriter, Consumer)
-
-