| Interface | Description |
|---|---|
| BulletinRepository |
The BulletinRepository provides a place to store and retrieve
Bulletins that have been created by the NiFi Framework and the
Components that are running within the Framework. |
| EventAccess | |
| ReportingContext |
This interface provides a bridge between the NiFi Framework and a
ReportingTask. |
| ReportingInitializationContext |
A ReportingConfiguration provides configuration information to a
ReportingTask at the time of initialization
|
| ReportingTask |
Defines a task that is responsible for reporting status information to
external destinations.
|
| Class | Description |
|---|---|
| AbstractReportingTask | |
| Bulletin |
A Bulletin is a construct that represents a message that is to be displayed
to users to notify of a specific (usually fleeting) event.
|
| BulletinQuery | |
| BulletinQuery.Builder |
| Enum | Description |
|---|---|
| ComponentType |
An Enumeration for indicating which type of component a Bulletin is associated with
|
| Severity |
| Exception | Description |
|---|---|
| InitializationException |
Copyright © 2016 Apache NiFi Project. All rights reserved.