Class DbMigrationController
java.lang.Object
io.camunda.zeebe.engine.state.migration.DbMigrationController
- All Implemented Interfaces:
StreamProcessorLifecycleAware
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidonClose()Callback which is called when StreamProcessor is on closing phase.final voidonFailed()Callback which is called when the StreamProcessor failed, during startup or processing.final 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
public DbMigrationController()
-
-
Method Details
-
onRecovered
Description copied from interface:StreamProcessorLifecycleAwareCallback after reprocessing was successful and before regular processing begins- Specified by:
onRecoveredin interfaceStreamProcessorLifecycleAware
-
onClose
public final void onClose()Description copied from interface:StreamProcessorLifecycleAwareCallback which is called when StreamProcessor is on closing phase.- Specified by:
onClosein interfaceStreamProcessorLifecycleAware
-
onFailed
public final void onFailed()Description copied from interface:StreamProcessorLifecycleAwareCallback which is called when the StreamProcessor failed, during startup or processing.- Specified by:
onFailedin interfaceStreamProcessorLifecycleAware
-