Class SubscribeToTopicRequest

    • Constructor Detail

      • SubscribeToTopicRequest

        public SubscribeToTopicRequest()
    • Method Detail

      • getTopic

        public String getTopic()
        The topic to subscribe to. Supports MQTT-style wildcards.
      • setTopic

        public void setTopic​(String topic)
        The topic to subscribe to. Supports MQTT-style wildcards.
      • getReceiveModeAsString

        public String getReceiveModeAsString()
        (Optional) The behavior that specifies whether the component receives messages from itself.
      • setReceiveMode

        public void setReceiveMode​(String receiveMode)
        (Optional) The behavior that specifies whether the component receives messages from itself.
      • withReceiveMode

        public SubscribeToTopicRequest withReceiveMode​(String receiveMode)
        (Optional) The behavior that specifies whether the component receives messages from itself.
      • setReceiveMode

        public void setReceiveMode​(ReceiveMode receiveMode)
        (Optional) The behavior that specifies whether the component receives messages from itself.
      • withReceiveMode

        public SubscribeToTopicRequest withReceiveMode​(ReceiveMode receiveMode)
        (Optional) The behavior that specifies whether the component receives messages from itself.
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object