public abstract class BaseComponent extends Object implements IComponent
Constructor and Description |
---|
BaseComponent() |
Modifier and Type | Method and Description |
---|---|
Map<String,Object> |
getComponentConfiguration()
Declare configuration specific to this component.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
declareOutputFields
public Map<String,Object> getComponentConfiguration()
IComponent
Declare configuration specific to this component. Only a subset of the “topology.*” configs can be overridden. The component configuration can be further overridden when constructing the topology using TopologyBuilder
getComponentConfiguration
in interface IComponent
Copyright © 2022 The Apache Software Foundation. All rights reserved.