Interface IDatabaseSynchronizer


public interface IDatabaseSynchronizer
Core interface for the bootstrap database synchronizer.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
    void
     
  • Method Details

    • shutdown

      void shutdown()
    • synchronize

      void synchronize() throws Exception
      Throws:
      Exception