Package com.microsoft.azure.servicebus
Interface IMessageEntityClient
-
- All Superinterfaces:
ICloseable
- All Known Subinterfaces:
IMessageReceiver
,IMessageSender
,IMessageSession
,IQueueClient
,ISubscriptionClient
,ITopicClient
- All Known Implementing Classes:
MessageSession
,QueueClient
,SubscriptionClient
,TopicClient
public interface IMessageEntityClient extends ICloseable
Represents a messaging client to an Azure Service Bus entity.- Since:
- 1.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getEntityPath()
Gets the path of the entity this client is sending messages to or receiving messages from.-
Methods inherited from interface com.microsoft.azure.servicebus.ICloseable
close, closeAsync
-
-
-
-
Method Detail
-
getEntityPath
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
-
-