Class ChannelIdentifier

  • All Implemented Interfaces:

    
    public class ChannelIdentifier
    
                        

    Identifies a channel by its type and ID.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      ChannelType getChannelType()
      String getChannelId()
      Boolean equals(Object other)
      Integer hashCode()
      String toString()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ChannelIdentifier

        ChannelIdentifier(ChannelType channelType, String channelId)
        Parameters:
        channelType - The type of the channel
        channelId - The unique identifier of the channel