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 publishIOException
- if any IO issue occursCopyright © 1998–2024 iText Group NV. All rights reserved.