Annotation Type | Description |
---|---|
OnAdded |
Marker annotation a
Processor ,
ControllerService ,
FlowRegistryClient
ParameterProvider , or
ReportingTask implementation
can use to indicate a method should be called whenever the component is added
to the flow. |
OnConfigurationRestored |
Marker 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.
|
OnDisabled |
Marker annotation a
ControllerService can
use to indicate a method should be called whenever the service is disabled. |
OnEnabled |
Marker annotation a
ControllerService can
use to indicate a method should be called whenever the service is enabled. |
OnRemoved |
Marker annotation a
Processor ,
ControllerService ,
FlowRegistryClient
ParameterProvider , or
ReportingTask implementation
can use to indicate a method should be called whenever the component is
removed from the flow. |
OnScheduled |
Marker annotation a
Processor or
ReportingTask implementation
can use to indicate a method should be called whenever the component is
scheduled to run. |
OnShutdown |
Marker annotation a
Processor ,
ControllerService ,
ParameterProvider , or
ReportingTask implementation
can use to indicate a method should be called whenever the flow is being
shutdown. |
OnStopped |
Marker annotation a
Processor or
ReportingTask implementation
can use to indicate that a method should be called whenever the component is
no longer scheduled to run. |
OnUnscheduled |
Marker annotation a
Processor or
ReportingTask should be
called whenever the component is no longer scheduled to run. |
Copyright © 2022 Apache NiFi Project. All rights reserved.