Interface StreamingChannel

All Known Implementing Classes:
StreamingChannelImpl

public interface StreamingChannel
An interface providing methods to access streaming channel data
  • Method Summary

    Modifier and Type
    Method
    Description
    int
    Returns a value uniquely identifying the current streaming channel
    Returns the name of the channel represented by the current instance
  • Method Details

    • getId

      int getId()
      Returns a value uniquely identifying the current streaming channel
      Returns:
      - the value uniquely identifying the current streaming channel
    • getName

      String getName()
      Returns the name of the channel represented by the current instance
      Returns:
      - the name of the channel represented by the current instance