Class JobBackoffChecker

java.lang.Object
io.camunda.zeebe.engine.processing.job.JobBackoffChecker
All Implemented Interfaces:
StreamProcessorLifecycleAware

public final class JobBackoffChecker extends Object implements StreamProcessorLifecycleAware
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Callback which is called when StreamProcessor is on closing phase.
    void
    Callback which is called when the StreamProcessor failed, during startup or processing.
    void
    Callback which is called when the processing is paused, will only called after onRecovered was called before.
    void
    Callback after reprocessing was successful and before regular processing begins
    void
    Callback which is called when the processing is resumed, will only called after onPaused was called before.
    void
    scheduleBackOff(long dueDate)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait