Interface IReportPublisher
- All Known Implementing Classes:
-
FileReportPublisher
public interface IReportPublisher
Interface is used to configure and publish optimization report.
-
Method Summary
Modifier and TypeMethodDescriptionvoidpublishReport(List<ReportMessage> messages) Generates report based on list of messages and saves it to file.
-
Method Details
-
publishReport
Generates report based on list of messages and saves it to file.- Parameters:
-
messages- is a list ofReportMessageto publish - Throws:
-
IOException- if any IO issue occurs
-