(TridentTopology topology, String name, Node node)
| 101 | private final TridentTopology topology; |
| 102 | |
| 103 | protected Stream(TridentTopology topology, String name, Node node) { |
| 104 | this.topology = topology; |
| 105 | this.node = node; |
| 106 | this.name = name; |
| 107 | } |
| 108 | |
| 109 | /** |
| 110 | * Applies a label to the stream. Naming a stream will append the label to the name of the bolt(s) created by Trident and will be |
nothing calls this directly
no outgoing calls
no test coverage detected