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 Summary
Modifier and TypeFieldDescriptionfinal TupleCaptureBolt
a Bolt that will hold all of the captured data.final T
-
Constructor Summary
-
Method Summary
-
Field Details
-
topology
-
capturer
a Bolt that will hold all of the captured data.
-
-
Constructor Details
-
CapturedTopology
-