-
public class KumulusStormTransformer.Companion
-
-
Field Summary
Fields Modifier and Type Field Description public final static KumulusStormTransformer.CompanionINSTANCE
-
Method Summary
Modifier and Type Method Description final KumulusTopologyinitializeTopology(StormTopology topology, Map<String, Object> rawConfig, String stormId)Initialize a Kumulus topology from a {@link StormTopology} -
-
Method Detail
-
initializeTopology
final KumulusTopology initializeTopology(StormTopology topology, Map<String, Object> rawConfig, String stormId)
Initialize a Kumulus topology from a {@link StormTopology}
- Parameters:
topology- the Storm topology to transformrawConfig- the Storm configurationstormId- the Storm topology ID string
-
-
-
-