IMessageEntityClient Interface
Implements
public interface IMessageEntityClient
extends ICloseable
Represents a messaging client to an Azure Service Bus entity.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getEntityPath()
Gets the path of the entity this client is sending messages to or receiving messages from. |
Method Details
getEntityPath
public abstract String getEntityPath()
Gets the path of the entity this client is sending messages to or receiving messages from.
Returns:
path of the entity this client is connecting to
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java