Topics REST Endpoints
Topics
Topics are destinations to which messages may be sent that support publish/subscribe, one-to-many communication.
- Create a Topic
- Method: putPath:
/topics/{topicName} - Delete a Topic
- Method: deletePath:
/topics/{topicName} - Get Topic Properties
- Method: getPath:
/topics/{topicName} - List Topics
- Method: getPath:
/topics