Class DueDateTimerChecker
java.lang.Object
io.camunda.zeebe.engine.processing.timer.DueDateTimerChecker
- All Implemented Interfaces:
StreamProcessorLifecycleAware
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprotected static final class
protected static final class
protected static final class
-
Constructor Summary
ConstructorsConstructorDescriptionDueDateTimerChecker
(TimerInstanceState timerInstanceState, FeatureFlags featureFlags) -
Method Summary
Modifier and TypeMethodDescriptionvoid
onClose()
void
onFailed()
void
onPaused()
void
void
void
scheduleTimer
(long dueDate)
-
Constructor Details
-
DueDateTimerChecker
-
-
Method Details
-
scheduleTimer
public void scheduleTimer(long dueDate) -
onRecovered
- Specified by:
onRecovered
in interfaceStreamProcessorLifecycleAware
-
onClose
public void onClose()- Specified by:
onClose
in interfaceStreamProcessorLifecycleAware
-
onFailed
public void onFailed()- Specified by:
onFailed
in interfaceStreamProcessorLifecycleAware
-
onPaused
public void onPaused()- Specified by:
onPaused
in interfaceStreamProcessorLifecycleAware
-
onResumed
public void onResumed()- Specified by:
onResumed
in interfaceStreamProcessorLifecycleAware
-