channel element
| Type: | channelDTO |
| Namespace: | (default namespace) |
| XML Schema: | ns0.xsd |
A DTO for notification delivery channels.
These objects are immutable because channels are registered at bootstrap-time based on the implementation modules available on the application's class path.
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<channel>
<channelName>...</channelName>
</channel>