Method: Azure::ServiceBus::ServiceBusService#get_topic
- Defined in:
- lib/azure/service_bus/service_bus_service.rb
#get_topic(topic) ⇒ Object
Retrieves the description for the specified topic.
Attributes
-
topic- Azure::ServiceBus::Topic instance to retrieve or a string of the topic name
204 205 206 |
# File 'lib/azure/service_bus/service_bus_service.rb', line 204 def get_topic(topic) resource_entry(:topic, _name_for(topic)) end |