public interface ListenersModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
LISTENERS
The "listeners" name.
|
| Modifier and Type | Method and Description |
|---|---|
ListenersModel |
addListener(ListenerModel listener)
Adds a child listener model.
|
List<ListenerModel> |
getListeners()
Gets the child listener models.
|
static final String LISTENERS
List<ListenerModel> getListeners()
ListenersModel addListener(ListenerModel listener)
listener - the child listener modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.