backtype.storm.topology
Interface IRichBolt

All Superinterfaces:
IBolt, IComponent, java.io.Serializable
All Known Implementing Classes:
BaseRichBolt, BasicBoltExecutor, BatchBoltExecutor, BoltTracker, ClojureBolt, CoordinatedBolt, JoinResult, KeyedFairBolt, ReturnResults, RichShellBolt, TestAggregatesCounter, TestGlobalCount, TestPlannerBolt, TransactionalSpoutBatchExecutor, TupleCaptureBolt

public interface IRichBolt
extends IBolt, 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.task.IBolt
cleanup, execute, prepare
 
Methods inherited from interface backtype.storm.topology.IComponent
declareOutputFields, getComponentConfiguration