Class BaseComponent

    • Constructor Detail

      • BaseComponent

        public BaseComponent()
    • Method Detail

      • getComponentConfiguration

        public Map<String,​Object> getComponentConfiguration()
        Description copied from interface: 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
        Specified by:
        getComponentConfiguration in interface IComponent