Package graphql.schema.diff.reporting
Class ChainedReporter
java.lang.Object
graphql.schema.diff.reporting.ChainedReporter
- All Implemented Interfaces:
- DifferenceReporter
A reporter that chains together one or more difference reporters
- 
Constructor SummaryConstructorsConstructorDescriptionChainedReporter(DifferenceReporter... reporters) ChainedReporter(List<DifferenceReporter> reporters) 
- 
Method Summary
- 
Constructor Details- 
ChainedReporter
- 
ChainedReporter
 
- 
- 
Method Details- 
reportDescription copied from interface:DifferenceReporterCalled to report a difference- Specified by:
- reportin interface- DifferenceReporter
- Parameters:
- differenceEvent- the event describing the difference
 
- 
onEndpublic void onEnd()Description copied from interface:DifferenceReporterCalled when the difference operation if finished- Specified by:
- onEndin interface- DifferenceReporter
 
 
-