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