Class PubSubTopicImpl

  • All Implemented Interfaces:
    PubSubTopic

    public class PubSubTopicImpl
    extends java.lang.Object
    implements PubSubTopic
    • Method Detail

      • getName

        public java.lang.String getName()
        Specified by:
        getName in interface PubSubTopic
        Returns:
        the name of the topic
      • getStoreName

        public java.lang.String getStoreName()
        Specified by:
        getStoreName in interface PubSubTopic
        Returns:
        the store name that this topic is associated with.
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object