public static class KumulusStormTransformer.Companion
| Modifier and Type | Method and Description |
|---|---|
KumulusTopology |
initializeTopology(org.apache.storm.generated.StormTopology topology,
java.util.Map<java.lang.String,java.lang.Object> rawConfig,
java.lang.String stormId)
Initialize a Kumulus topology from a {@link StormTopology}
|
@JvmStatic @NotNull public KumulusTopology initializeTopology(@NotNull org.apache.storm.generated.StormTopology topology, @NotNull java.util.Map<java.lang.String,java.lang.Object> rawConfig, @NotNull java.lang.String stormId)
Initialize a Kumulus topology from a {@link StormTopology}
topology - the Storm topology to transformrawConfig - the Storm configurationstormId - the Storm topology ID string