Interface Reporter
- All Known Implementing Classes:
DispatchingReporter,LoggingReporter
public interface Reporter
A reporter receives
CheckEvents from the SchemaChecks during
model validation.
It is ensured that reporters are invoked from the same single thread.
You may extend DispatchingReporter for convenience. Reporters can be
handed into the SchemaModelValidator.checkDataModel(ValidationProgress, Reporter)
method for one run, or contributed to the configuration point
nice2.persist.core.SchemaCheckReporters.-
Field Summary
Fields -
Method Summary
-
Field Details
-
EMPTY
-
-
Method Details
-
consume
-