Package graphql.schema.diff.reporting
Interface DifferenceReporter
- All Known Implementing Classes:
- CapturingReporter,- ChainedReporter,- PrintStreamReporter
This is called with each different encountered (including info ones) by a 
SchemaDiff operation- 
Method Summary
- 
Method Details- 
reportCalled to report a difference- Parameters:
- differenceEvent- the event describing the difference
 
- 
onEndvoid onEnd()Called when the difference operation if finished
 
-