public interface IComponent
extends java.io.Serializable
Modifier and Type | Method and Description |
---|---|
void |
declareOutputFields(OutputFieldsDeclarer declarer)
Declare the output schema for all the streams of this topology.
|
java.util.Map<java.lang.String,java.lang.Object> |
getComponentConfiguration()
Declare configuration specific to this component.
|
void declareOutputFields(OutputFieldsDeclarer declarer)
declarer
- this is used to declare output stream ids, output fields, and whether or not each output stream is a direct streamjava.util.Map<java.lang.String,java.lang.Object> getComponentConfiguration()
TopologyBuilder