Package org.apache.storm
Class Testing.CapturedTopology<T>
java.lang.Object
org.apache.storm.Testing.CapturedTopology<T>
- Type Parameters:
- T- the topology (tracked or regular)
- Enclosing class:
- Testing
A topology that has all messages captured and can be read later on.
 This is intended mostly for internal testing.
- 
Field SummaryFieldsModifier and TypeFieldDescriptionfinal TupleCaptureBolta Bolt that will hold all of the captured data.final T
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
topology
- 
capturera Bolt that will hold all of the captured data.
 
- 
- 
Constructor Details- 
CapturedTopology
 
-