Annotation Type | Description |
---|---|
OnAdded |
Marker annotation a
Processor ,
ControllerService , or
ReportingTask implementation
can use to indicate a method should be called whenever the component is added
to the flow. |
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 , 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 , 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 © 2015 Apache NiFi Project. All rights reserved.