public interface ChannelsModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
CHANNELS
The "channels" name.
|
| Modifier and Type | Method and Description |
|---|---|
ChannelsModel |
addChannel(ChannelModel channel)
Adds a child channel model.
|
List<ChannelModel> |
getChannels()
Gets the child channel models.
|
static final String CHANNELS
List<ChannelModel> getChannels()
ChannelsModel addChannel(ChannelModel channel)
channel - the child channel modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.