| Package | Description |
|---|---|
| org.apache.nifi.reporting |
| Modifier and Type | Method and Description |
|---|---|
default boolean |
ReportingTask.isStateful(ReportingContext context)
Indicates whether this reporting task, configured with the given
ReportingContext, stores state. |
void |
ReportingTask.onTrigger(ReportingContext context)
This method is called on a scheduled interval to allow the Reporting Task
to perform its tasks.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.