Package io.zeebe.engine.processing.job
Class JobCreatedProcessor
- java.lang.Object
-
- io.zeebe.engine.processing.job.JobCreatedProcessor
-
- All Implemented Interfaces:
StreamProcessorLifecycleAware,TypedRecordProcessor<JobRecord>
public final class JobCreatedProcessor extends Object implements TypedRecordProcessor<JobRecord>
-
-
Constructor Summary
Constructors Constructor Description JobCreatedProcessor(WorkflowState scopeInstances)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidprocessRecord(TypedRecord<JobRecord> 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
-
JobCreatedProcessor
public JobCreatedProcessor(WorkflowState scopeInstances)
-
-
Method Detail
-
processRecord
public void processRecord(TypedRecord<JobRecord> record, TypedResponseWriter responseWriter, TypedStreamWriter streamWriter)
- Specified by:
processRecordin interfaceTypedRecordProcessor<JobRecord>- See Also:
TypedRecordProcessor.processRecord(TypedRecord, TypedResponseWriter, TypedStreamWriter, Consumer)
-
-