Package org.apache.storm.topology
Interface IRichSpout
-
- All Superinterfaces:
IComponent,ISpout,Serializable
- All Known Implementing Classes:
BaseRichSpout,TestWordSpout
public interface IRichSpout extends ISpout, IComponent
When writing topologies using Java,IRichBoltandIRichSpoutare the main interfaces to use to implement components of the topology.
-
-
Method Summary
-
Methods inherited from interface org.apache.storm.topology.IComponent
declareOutputFields, getComponentConfiguration
-
-