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
- 
report
Called to report a difference- Parameters:
 differenceEvent- the event describing the difference
 - 
onEnd
void onEnd()Called when the difference operation if finished 
 -