You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (JIRA)" <ji...@apache.org> on 2016/07/11 00:46:10 UTC

[jira] [Created] (NIFI-2215) Enable (when available) annotated methods in InvokeScriptedProcessor

Matt Burgess created NIFI-2215:
----------------------------------

             Summary: Enable (when available) annotated methods in InvokeScriptedProcessor
                 Key: NIFI-2215
                 URL: https://issues.apache.org/jira/browse/NIFI-2215
             Project: Apache NiFi
          Issue Type: Improvement
            Reporter: Matt Burgess


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
(v6.3.4#6332)