Package org.apache.storm.flux.model
Class ExecutionContext
java.lang.Object
org.apache.storm.flux.model.ExecutionContext
Container for all the objects required to instantiate a topology.
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidvoidaddComponent(String id, Object value) voidaddSpout(String id, IRichSpout spout) getComponent(String id) 
- 
Constructor Details- 
ExecutionContext
 
- 
- 
Method Details- 
getTopologyDef
- 
addSpout
- 
addBolt
- 
getBolt
- 
addComponent
- 
getComponent
 
-