Interface IChannelDS

All Superinterfaces:
IReportingDS
All Known Implementing Classes:
ChannelDS, XmlChannelDS, XmlChannelDS

public interface IChannelDS extends IReportingDS
This interface defines the methods needed to initialize a channel definition.
Since:
7.3
Author:
Danny Roest
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the name of the channel (never null).

    Methods inherited from interface com.aquima.interactions.foundation.report.IReportingDS

    addMessage
  • Method Details

    • getName

      String getName()
      Returns the name of the channel (never null).
      Returns:
      the name of the channel (never null)