IQueueClient Interface
Implements
public interface IQueueClient
extends IMessageSender, IMessageAndSessionPump, IMessageEntityClient
QueueClient can be used for all basic interactions with a Service Bus Queue.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract String |
getQueueName()
Gets the name of the queue. |
abstract
Receive |
getReceiveMode()
Gets the ReceiveMode of the current receiver |
Method Details
getQueueName
public abstract String getQueueName()
Gets the name of the queue.
Returns:
The name of the queue.
getReceiveMode
public abstract ReceiveMode getReceiveMode()
Gets the ReceiveMode of the current receiver
Returns:
The receive mode.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java