Interface IReportPublisher

All Known Implementing Classes:
FileReportPublisher

public interface IReportPublisher
Interface is used to configure and publish optimization report.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Generates report based on list of messages and saves it to file.
  • Method Details