mirror of https://github.com/apache/nifi.git
parent
c1ad913598
commit
aa933a1941
|
@ -1744,7 +1744,8 @@ have an `onTrigger` method because Controller Services are not
|
||||||
scheduled to run periodically, and
|
scheduled to run periodically, and
|
||||||
Controller Services do not have Relationships because they are not
|
Controller Services do not have Relationships because they are not
|
||||||
integrated into the flow directly. Rather,
|
integrated into the flow directly. Rather,
|
||||||
they are used Processors, Reporting Tasks, and other Controller Services.
|
they are used by Processors, Reporting Tasks, and
|
||||||
|
other Controller Services.
|
||||||
|
|
||||||
[[developing-controller-service]]
|
[[developing-controller-service]]
|
||||||
=== Developing a ControllerService
|
=== Developing a ControllerService
|
||||||
|
|
Loading…
Reference in New Issue