Interface MigrationExecutor.MigrationCallback
- Enclosing class:
MigrationExecutor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Callback interface for post-migration notifications.
-
Method Summary
Modifier and TypeMethodDescriptionvoidonMigrationComplete(Migration migration, MigrationContext context) Called after a migration completes successfully.
-
Method Details
-
onMigrationComplete
Called after a migration completes successfully.- Parameters:
migration- the migration that completedcontext- the migration context with updated data
-