Uses of Package
org.apache.nifi.annotation.lifecycle
Packages that use org.apache.nifi.annotation.lifecycle
-
Classes in org.apache.nifi.annotation.lifecycle used by org.apache.nifi.controllerClassDescriptionMarker annotation a
ControllerService
can use to indicate a method should be called whenever the service is disabled.Marker annotation aControllerService
can use to indicate a method should be called whenever the service is enabled. -
Classes in org.apache.nifi.annotation.lifecycle used by org.apache.nifi.processorClassDescriptionMarker Annotation that a Processor, Reporting Task, or Controller Service can use to indicate that the method with this Annotation should be invoked whenever the component's configuration is restored after a restart of NiFi.Marker annotation a
Processor
orReportingTask
implementation can use to indicate a method should be called whenever the component is scheduled to run.Marker annotation aProcessor
orReportingTask
should be called whenever the component is no longer scheduled to run. -
Classes in org.apache.nifi.annotation.lifecycle used by org.apache.nifi.reportingClassDescriptionMarker annotation a
Processor
orReportingTask
implementation can use to indicate a method should be called whenever the component is scheduled to run.