Module org.apache.nifi
Annotation Interface DisallowRunOnce
Marker annotation a Processor
implementation can use to indicate that the Processor is not designed in
such a way that the 'Run Once' capability would function.
Some processors need many execution cycles to perform any meaningful work and as such the user triggering a 'Run Once' execution will likely result in no response or outcome at all.
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionAn optional explanation for why run once is not supported
-
Element Details
-
explanation
String explanationAn optional explanation for why run once is not supported- Returns:
- explanation string that may end up being shared with users
-