Uses of Class
org.apache.storm.testing.CompleteTopologyParam
-
Packages that use CompleteTopologyParam Package Description org.apache.storm -
-
Uses of CompleteTopologyParam in org.apache.storm
Methods in org.apache.storm with parameters of type CompleteTopologyParam Modifier and Type Method Description static Map<String,List<FixedTuple>>
Testing. completeTopology(ILocalCluster cluster, StormTopology topology, CompleteTopologyParam param)
Run a topology to completion capturing all of the messages that are emitted.
-