Class LegacyService

java.lang.Object
com.github.cloudyrock.mongock.driver.mongodb.sync.v4.changelogs.LegacyService

public class LegacyService
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    LegacyService()  
  • Method Summary

    Modifier and Type Method Description
    void executeMigration​(MongoDbLegacyMigration legacyMigration, com.mongodb.client.MongoDatabase mongoDatabase, io.changock.driver.api.entry.ChangeEntryService<io.changock.driver.api.entry.ChangeEntry> changeEntryService)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • executeMigration

      public void executeMigration​(@Named("legacy-migration") MongoDbLegacyMigration legacyMigration, com.mongodb.client.MongoDatabase mongoDatabase, io.changock.driver.api.entry.ChangeEntryService<io.changock.driver.api.entry.ChangeEntry> changeEntryService)