| Package | Description | 
|---|---|
| org.apache.storm.flux.model | 
| Modifier and Type | Method and Description | 
|---|---|
SpoutDef | 
TopologyDef.getSpoutDef(String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<SpoutDef> | 
TopologyDef.getSpouts()
Returns all spout definitions. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
TopologyDef.addAllSpouts(List<SpoutDef> spouts,
            boolean override)
Adds a list of spout definitions. 
 | 
void | 
TopologyDef.setSpouts(List<SpoutDef> spouts)
Set spout definitions. 
 | 
Copyright © 2022 The Apache Software Foundation. All rights reserved.