Class BeanDef

java.lang.Object
org.apache.storm.flux.model.ObjectDef
org.apache.storm.flux.model.BeanDef
Direct Known Subclasses:
VertexDef, WorkerHookDef

public class BeanDef extends ObjectDef
A representation of a Java object that is uniquely identifyable, and given a className, constructor arguments, and properties, can be instantiated.
  • Constructor Details

    • BeanDef

      public BeanDef()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)