Package org.apache.storm.topology
Interface IRichBolt
-
- All Superinterfaces:
IBolt,IComponent,Serializable
- All Known Implementing Classes:
BaseRichBolt,BaseTickTupleAwareRichBolt,BasicBoltExecutor
public interface IRichBolt extends IBolt, 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
-
-