Interface IReportPublisher
- All Known Implementing Classes:
-
FileReportPublisher
public interface IReportPublisher
Interface is used to configure and publish optimization report.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
publishReport
(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 ofReportMessage
to publish - Throws:
-
IOException
- if any IO issue occurs
-