Package com.microsoft.azure.servicebus
Interface ITopicClient
-
- All Superinterfaces:
ICloseable
,IMessageBrowser
,IMessageEntityClient
,IMessageSender
- All Known Implementing Classes:
TopicClient
public interface ITopicClient extends IMessageSender, IMessageBrowser, IMessageEntityClient
TopicClient can be used for all basic interactions with a Service Bus topic.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getTopicName()
Get the name of the topic-
Methods inherited from interface com.microsoft.azure.servicebus.ICloseable
close, closeAsync
-
Methods inherited from interface com.microsoft.azure.servicebus.IMessageBrowser
peek, peek, peekAsync, peekAsync, peekBatch, peekBatch, peekBatchAsync, peekBatchAsync
-
Methods inherited from interface com.microsoft.azure.servicebus.IMessageEntityClient
getEntityPath
-
Methods inherited from interface com.microsoft.azure.servicebus.IMessageSender
cancelScheduledMessage, cancelScheduledMessageAsync, scheduleMessage, scheduleMessage, scheduleMessageAsync, scheduleMessageAsync, send, send, sendAsync, sendAsync, sendBatch, sendBatch, sendBatchAsync, sendBatchAsync
-
-
-
-
Method Detail
-
getTopicName
String getTopicName()
Get the name of the topic- Returns:
- the name of the topic
-
-