public interface IReportPublisher
Modifier and Type | Method and Description |
---|---|
void |
publishReport(List<ReportMessage> messages)
Generates report based on list of messages and saves it to file.
|
void publishReport(List<ReportMessage> messages) throws IOException
messages
- is a list of ReportMessage
to publish
IOException
- if any IO issue occurs
Copyright © 1998–2022 iText Group NV. All rights reserved.