[
https://issues.apache.org/jira/browse/NIFI-2215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16835209#comment-16835209
]
ASF subversion and git services commented on NIFI-2215:
-------------------------------------------------------
Commit f40b7fc6bad14a64bce104b3748baa95847a674c in nifi's branch
refs/heads/master from Matt Burgess
[ https://gitbox.apache.org/repos/asf?p=nifi.git;h=f40b7fc ]
NIFI-2215: Added support for onScheduled and onStopped in
InvokeScriptedProcessor
NIFI-2215: Incorporated review comments
This closes #3370
Signed-off-by: Mike Thomsen <[email protected]>
> Enable lifecycle methods in InvokeScriptedProcessor
> ---------------------------------------------------
>
> Key: NIFI-2215
> URL: https://issues.apache.org/jira/browse/NIFI-2215
> Project: Apache NiFi
> Issue Type: Improvement
> Reporter: Matt Burgess
> Assignee: Matt Burgess
> Priority: Major
> Time Spent: 10m
> Remaining Estimate: 0h
>
> Currently, InvokeScriptedProcessor uses only the Processor interface to
> interact with scripted processors. However many Java processors make use of
> annotations such as OnScheduled and OnStopped to provide lifecycle logic for
> the processor. InvokeScriptedProcessor should be enabled to handle this when
> the script engine allows (such as Groovy, Jython, and JRuby).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)