Class ReportBuilder

  • All Implemented Interfaces:
    ComponentLifecycle

    @ComponentProfile(summary="Generate a report on the files stored in the retry store.",
                      since="3.11.1")
    public class ReportBuilder
    extends java.lang.Object
    implements ComponentLifecycle
    Supports reporting of what's in the retry store.

    This is tightly coupled with RetryFromJetty and probably can't be used elsewhere.

    • Constructor Detail

      • ReportBuilder

        public ReportBuilder()
    • Method Detail

      • setReportRenderer

        public void setReportRenderer​(BlobListRenderer reportRenderer)
      • getContentType

        public java.lang.String getContentType()
        Set the content type to be associated with the report.
      • setContentType

        public void setContentType​(java.lang.String contentType)
        Set the content type to be associated with the report.