Uses of Interface
org.apache.nifi.reporting.ReportingContext
Packages that use ReportingContext
-
Uses of ReportingContext in org.apache.nifi.reporting
Methods in org.apache.nifi.reporting with parameters of type ReportingContextModifier and TypeMethodDescriptiondefault booleanReportingTask.isStateful(ReportingContext context) Indicates whether this reporting task, configured with the givenReportingContext, stores state.voidReportingTask.onTrigger(ReportingContext context) This method is called on a scheduled interval to allow the Reporting Task to perform its tasks.