ITopicClient Interface

Implements

public interface ITopicClient
extends IMessageSender, IMessageBrowser, IMessageEntityClient

TopicClient can be used for all basic interactions with a Service Bus topic. ``

Method Summary

Modifier and Type Method and Description
abstract String getTopicName()

Get the name of the topic

Method Details

getTopicName

public abstract String getTopicName()

Get the name of the topic

Returns:

the name of the topic

Applies to