Class JobTimeoutCheckerScheduler
java.lang.Object
io.camunda.zeebe.engine.processing.job.JobTimeoutCheckerScheduler
- All Implemented Interfaces:
StreamProcessorLifecycleAware
public final class JobTimeoutCheckerScheduler
extends Object
implements StreamProcessorLifecycleAware
-
Constructor Summary
ConstructorsConstructorDescriptionJobTimeoutCheckerScheduler(JobState state, Duration pollingInterval, int batchLimit, InstantSource clock) -
Method Summary
Modifier and TypeMethodDescriptionvoidonClose()voidonFailed()voidonPaused()voidonRecovered(ReadonlyStreamProcessorContext processingContext) void
-
Constructor Details
-
JobTimeoutCheckerScheduler
public JobTimeoutCheckerScheduler(JobState state, Duration pollingInterval, int batchLimit, InstantSource clock)
-
-
Method Details
-
onRecovered
- Specified by:
onRecoveredin interfaceStreamProcessorLifecycleAware
-
onClose
public void onClose()- Specified by:
onClosein interfaceStreamProcessorLifecycleAware
-
onFailed
public void onFailed()- Specified by:
onFailedin interfaceStreamProcessorLifecycleAware
-
onPaused
public void onPaused()- Specified by:
onPausedin interfaceStreamProcessorLifecycleAware
-
onResumed
public void onResumed()- Specified by:
onResumedin interfaceStreamProcessorLifecycleAware
-