public abstract class BaseComponent extends java.lang.Object implements IComponent
Constructor and Description |
---|
BaseComponent() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.lang.Object> |
getComponentConfiguration()
Declare configuration specific to this component.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declareOutputFields
public java.util.Map<java.lang.String,java.lang.Object> getComponentConfiguration()
IComponent
TopologyBuilder
getComponentConfiguration
in interface IComponent