Class JobTimeoutTrigger

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

public final class JobTimeoutTrigger extends Object implements StreamProcessorLifecycleAware
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final Duration
     
  • 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.

    Methods inherited from class java.lang.Object

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