30 строки
2.1 KiB
YAML
30 строки
2.1 KiB
YAML
### YamlMime:JavaType
|
|
uid: "com.microsoft.azure.servicebus.ITopicClient"
|
|
fullName: "com.microsoft.azure.servicebus.ITopicClient"
|
|
name: "ITopicClient"
|
|
nameWithType: "ITopicClient"
|
|
summary: "Topic<wbr>Client can be used for all basic interactions with a Service Bus topic."
|
|
syntax: "public interface **ITopicClient**</br> extends <xref href=\"com.microsoft.azure.servicebus.IMessageSender?alt=com.microsoft.azure.servicebus.IMessageSender&text=IMessageSender\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.servicebus.IMessageBrowser?alt=com.microsoft.azure.servicebus.IMessageBrowser&text=IMessageBrowser\" data-throw-if-not-resolved=\"False\" />, <xref href=\"com.microsoft.azure.servicebus.IMessageEntityClient?alt=com.microsoft.azure.servicebus.IMessageEntityClient&text=IMessageEntityClient\" data-throw-if-not-resolved=\"False\" />"
|
|
methods:
|
|
- uid: "com.microsoft.azure.servicebus.ITopicClient.getTopicName()"
|
|
fullName: "com.microsoft.azure.servicebus.ITopicClient.getTopicName()"
|
|
name: "getTopicName()"
|
|
nameWithType: "ITopicClient.getTopicName()"
|
|
summary: "Get the name of the topic"
|
|
modifiers:
|
|
- "abstract"
|
|
syntax: "public abstract String getTopicName()"
|
|
desc: "Get the name of the topic"
|
|
returns:
|
|
description: "the name of the topic"
|
|
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
|
|
type: "interface"
|
|
desc: "TopicClient can be used for all basic interactions with a Service Bus topic. ``"
|
|
implements:
|
|
- "<xref href=\"com.microsoft.azure.servicebus.IMessageBrowser?alt=com.microsoft.azure.servicebus.IMessageBrowser&text=IMessageBrowser\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.servicebus.IMessageEntityClient?alt=com.microsoft.azure.servicebus.IMessageEntityClient&text=IMessageEntityClient\" data-throw-if-not-resolved=\"False\" />"
|
|
- "<xref href=\"com.microsoft.azure.servicebus.IMessageSender?alt=com.microsoft.azure.servicebus.IMessageSender&text=IMessageSender\" data-throw-if-not-resolved=\"False\" />"
|
|
metadata: {}
|
|
package: "com.microsoft.azure.servicebus"
|
|
artifact: com.microsoft.azure:azure-servicebus:3.6.7
|