public static interface MigrationService.Migrator
Modifier and Type | Method and Description |
---|---|
void |
run(MigrationService.MigrationContext migrationContext)
Runs the migration.
|
void run(MigrationService.MigrationContext migrationContext)
This method should periodically check for MigrationService.MigrationContext.isShutdownRequested()
and
Thread.isInterrupted()
and return if true
.
migrationContext
- the migration context.Copyright © 2018 Nuxeo. All rights reserved.