abstract fun topicStatus(topic: Topic!): Future<TopicStatus!>!
Obtain an object to observe and act on the given state of a Topic during the action execution.
topic
- Topic!: The Topic to observe / act on
Return
Future<TopicStatus!>!: An object allowing to observe / modify the runtime properties of the Topic.
Future on error when:
Since
1