Class MessageTopic

  • Direct Known Subclasses:
    Message

    public class MessageTopic
    extends java.lang.Object
    Collection of named message topics.
    • Constructor Detail

      • MessageTopic

        public MessageTopic​(java.lang.String topicName,
                            java.lang.String topicNameHash)
      • MessageTopic

        public MessageTopic()
    • Method Detail

      • getTopicName

        public java.lang.String getTopicName()
        The name of the topic on which the message was emitted on.
      • getTopicNameHash

        public java.lang.String getTopicNameHash()
        The hash of the name of the topic.
      • setTopicName

        public void setTopicName​(java.lang.String topicName)
        The name of the topic on which the message was emitted on.
      • setTopicNameHash

        public void setTopicNameHash​(java.lang.String topicNameHash)
        The hash of the name of the topic.