You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "P. Taylor Goetz (JIRA)" <ji...@apache.org> on 2017/11/03 21:44:00 UTC

[jira] [Created] (STORM-2796) Flux: Provide means for invoking static factory methods

P. Taylor Goetz created STORM-2796:
--------------------------------------

             Summary: 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
            Priority: Normal


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: "factory"
    factoryArgs: ["a", "b", "c"]
{code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)