public interface LegacyMigrator<SELF extends LegacyMigrator<SELF,CONFIG>,CONFIG extends MongockConfiguration> extends Configurable<SELF,CONFIG>, SelfInstanstiator<SELF>
| Modifier and Type | Method and Description |
|---|---|
default SELF |
setLegacyMigration(LegacyMigration legacyMigration)
Adds a legacy migration to be executed before the actual migration
|
getConfig, getType, getVersion, setConfiggetInstancedefault SELF setLegacyMigration(LegacyMigration legacyMigration)
legacyMigration - represents the legacy migrationCopyright © 2022. All rights reserved.