IMessageEntityClient Interface

public interface IMessageEntityClient extends ICloseable

Represents a messaging client to an Azure Service Bus entity.

Method Summary

Modifier and Type Method and Description
String getEntityPath()

Gets the path of the entity this client is sending messages to or receiving messages from.

Inherited Members

Method Details

getEntityPath

public 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