public interface ConfigService
Modifier and Type | Method and Description |
---|---|
void |
createConfigTopic(String configTypeUri,
Topic topic) |
systems.dmx.config.ConfigDefs |
getConfigDefs() |
RelatedTopic |
getConfigTopic(String configTypeUri,
long topicId) |
void |
registerConfigDef(ConfigDef configDef) |
void |
unregisterConfigDef(String configTypeUri) |
DirectivesResponse |
updateConfigTopic(long topicId,
TopicModel updateModel) |
systems.dmx.config.ConfigDefs getConfigDefs()
RelatedTopic getConfigTopic(String configTypeUri, long topicId)
DirectivesResponse updateConfigTopic(long topicId, TopicModel updateModel)
void registerConfigDef(ConfigDef configDef)
void unregisterConfigDef(String configTypeUri)
Copyright © 2023. All Rights Reserved.