backtype.storm.topology
Interface IRichSpout

All Superinterfaces:
IComponent, ISpout, java.io.Serializable
All Known Implementing Classes:
BaseRichSpout, ClojureSpout, DRPCSpout, FeederSpout, SpoutTracker, TestPlannerSpout, TestWordSpout, TransactionalSpoutCoordinator

public interface IRichSpout
extends ISpout, IComponent

When writing topologies using Java, IRichBolt and IRichSpout are the main interfaces to use to implement components of the topology.


Method Summary
 
Methods inherited from interface backtype.storm.spout.ISpout
ack, close, fail, nextTuple, open
 
Methods inherited from interface backtype.storm.topology.IComponent
declareOutputFields, getComponentConfiguration