Package org.apache.storm
Class Testing.CapturedTopology<T>
- java.lang.Object
-
- org.apache.storm.Testing.CapturedTopology<T>
-
-
Field Summary
Fields Modifier and Type Field Description TupleCaptureBolt
capturer
a Bolt that will hold all of the captured data.T
topology
-
Constructor Summary
Constructors Constructor Description CapturedTopology(T topology, TupleCaptureBolt capturer)
-
-
-
Field Detail
-
topology
public final T topology
-
capturer
public final TupleCaptureBolt capturer
a Bolt that will hold all of the captured data.
-
-
Constructor Detail
-
CapturedTopology
public CapturedTopology(T topology, TupleCaptureBolt capturer)
-
-