Interface DifferenceReporter

All Known Implementing Classes:
CapturingReporter, ChainedReporter, PrintStreamReporter

@PublicSpi public interface DifferenceReporter
This is called with each different encountered (including info ones) by a SchemaDiff operation
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Called when the difference operation if finished
    void
    report(DiffEvent differenceEvent)
    Called to report a difference
  • Method Details

    • report

      void report(DiffEvent differenceEvent)
      Called to report a difference
      Parameters:
      differenceEvent - the event describing the difference
    • onEnd

      void onEnd()
      Called when the difference operation if finished