azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.service...

28 строки
1.6 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.servicebus.IMessageEntityClient"
fullName: "com.microsoft.azure.servicebus.IMessageEntityClient"
name: "IMessageEntityClient"
nameWithType: "IMessageEntityClient"
summary: "Represents a messaging client to an Azure Service Bus entity."
syntax: "public interface **IMessageEntityClient**</br> extends <xref href=\"com.microsoft.azure.servicebus.ICloseable?alt=com.microsoft.azure.servicebus.ICloseable&text=ICloseable\" data-throw-if-not-resolved=\"False\" />"
methods:
- uid: "com.microsoft.azure.servicebus.IMessageEntityClient.getEntityPath()"
fullName: "com.microsoft.azure.servicebus.IMessageEntityClient.getEntityPath()"
name: "getEntityPath()"
nameWithType: "IMessageEntityClient.getEntityPath()"
summary: "Gets the path of the entity this client is sending messages to or receiving messages from."
modifiers:
- "abstract"
syntax: "public abstract String getEntityPath()"
desc: "Gets the path of the entity this client is sending messages to or receiving messages from."
returns:
description: "path of the entity this client is connecting to"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
type: "interface"
desc: "Represents a messaging client to an Azure Service Bus entity."
implements:
- "<xref href=\"com.microsoft.azure.servicebus.ICloseable?alt=com.microsoft.azure.servicebus.ICloseable&text=ICloseable\" data-throw-if-not-resolved=\"False\" />"
metadata: {}
package: "com.microsoft.azure.servicebus"
artifact: com.microsoft.azure:azure-servicebus:3.6.7