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 ReceiveMode 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