[
https://issues.apache.org/jira/browse/STORM-2796?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated STORM-2796:
----------------------------------
Labels: pull-request-available (was: )
> Flux: Provide means for invoking static factory methods
> -------------------------------------------------------
>
> Key: STORM-2796
> URL: https://issues.apache.org/jira/browse/STORM-2796
> Project: Apache Storm
> Issue Type: Improvement
> Components: Flux
> Affects Versions: 2.0.0, 1.1.1, 1.2.0, 1.0.6
> Reporter: P. Taylor Goetz
> Assignee: P. Taylor Goetz
> Labels: pull-request-available
>
> Provide a means to invoke static factory methods for flux components. E.g:
> Java signature:
> {code}
> public static MyComponent newInstance(String... params)
> {code}
> Yaml:
> {code}
> className: "org.apache.storm.flux.test.MyComponent"
> factory: "newInstance"
> factoryArgs: ["a", "b", "c"]
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)