Class DbMigrationController
java.lang.Object
io.camunda.zeebe.engine.state.migration.DbMigrationController
- All Implemented Interfaces:
StreamProcessorLifecycleAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidonClose()Callback which is called when StreamProcessor is on closing phase.voidonFailed()Callback which is called when the StreamProcessor failed, during startup or processing.voidCallback after reprocessing was successful and before regular processing beginsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.camunda.zeebe.engine.api.StreamProcessorLifecycleAware
onPaused, onResumed
-
Constructor Details
-
DbMigrationController
-
-
Method Details
-
onRecovered
Description copied from interface:StreamProcessorLifecycleAwareCallback after reprocessing was successful and before regular processing begins- Specified by:
onRecoveredin interfaceStreamProcessorLifecycleAware
-
onClose
public void onClose()Description copied from interface:StreamProcessorLifecycleAwareCallback which is called when StreamProcessor is on closing phase.- Specified by:
onClosein interfaceStreamProcessorLifecycleAware
-
onFailed
public void onFailed()Description copied from interface:StreamProcessorLifecycleAwareCallback which is called when the StreamProcessor failed, during startup or processing.- Specified by:
onFailedin interfaceStreamProcessorLifecycleAware
-