Class Notification

    • Constructor Detail

      • Notification

        public Notification()
      • Notification

        public Notification​(Notification source)
        NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy, and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
    • Method Detail

      • getTopicName

        public String getTopicName()
        Get CMQ主题名字,要求主题名有效且关联订阅
        Returns:
        TopicName CMQ主题名字,要求主题名有效且关联订阅
      • setTopicName

        public void setTopicName​(String TopicName)
        Set CMQ主题名字,要求主题名有效且关联订阅
        Parameters:
        TopicName - CMQ主题名字,要求主题名有效且关联订阅
      • getEventConfigs

        public EventConfig[] getEventConfigs()
        Get 事件配置
        Returns:
        EventConfigs 事件配置
      • setEventConfigs

        public void setEventConfigs​(EventConfig[] EventConfigs)
        Set 事件配置
        Parameters:
        EventConfigs - 事件配置