Skip navigation links
A B C D F G H I M P Q R S T V 

A

abandon(MessageLockToken) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Abandon a message with its lock token.
abandon(MessageLockToken, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Abandon a message with its lock token.
abandon(MessageLockToken, Map<String, Object>) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Abandon a message with its lock token and updates the message's properties.
abandon(MessageLockToken, Map<String, Object>, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Abandon a message with its lock token and updates the message's properties.
abandon(MessageLockToken) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Abandon a message with its lock token.
abandon(MessageLockToken, Map<String, Object>) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Abandon a message with its lock token and updates the message's properties.
abandon(MessageLockToken, Map<String, Object>, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Abandon a message with its lock token and updates the message's properties.
addContext(String, Object) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Adds a new key value pair to the existing context on Message.

B

buildAsyncClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
Creates an asynchronous Service Bus receiver responsible for reading messages from a specific queue or topic.
buildAsyncClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSenderClientBuilder
Creates an asynchronous client for transmitting ServiceBusMessage to a Service Bus queue or topic.
buildAsyncClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
Creates an asynchronous, session-aware Service Bus receiver responsible for reading messages from a specific queue or topic.
buildClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
Creates synchronous Service Bus receiver responsible for reading messages from a specific queue or topic.
buildClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSenderClientBuilder
Creates a synchronous client for transmitting ServiceBusMessage to a Service Bus queue or topic.
buildClient() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
Creates a synchronous, session-aware Service Bus receiver responsible for reading messages from a specific queue or topic.

C

cancelScheduledMessage(long) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
Cancels the enqueuing of an already scheduled message, if it was not already enqueued.
cancelScheduledMessage(long) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
Cancels the enqueuing of an already scheduled message, if it was not already enqueued.
close() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Disposes of the consumer by closing the underlying connection to the service.
close() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
close() - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
close() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
com.azure.messaging.servicebus - package com.azure.messaging.servicebus
Package containing classes for creating ServiceBusSenderAsyncClient, ServiceBusReceiverAsyncClient to perform operations on Azure Service Bus.
com.azure.messaging.servicebus.models - package com.azure.messaging.servicebus.models
Package containing model classes for interacting with Azure Service Bus.
complete(MessageLockToken) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Completes a message using its lock token.
complete(MessageLockToken, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Completes a message using its lock token.
complete(MessageLockToken) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Completes a message using its lock token.
complete(MessageLockToken, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Completes a message using its lock token.
configuration(Configuration) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
Sets the configuration store that is used during construction of the service client.
connectionString(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
Sets the connection string for a Service Bus namespace or a specific Service Bus resource.
createBatch() - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
Creates a ServiceBusMessageBatch that can fit as many messages as the transport allows.
createBatch(CreateBatchOptions) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
Creates an ServiceBusMessageBatch configured with the options specified.
createBatch() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
Creates a ServiceBusMessageBatch that can fit as many messages as the transport allows.
createBatch(CreateBatchOptions) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
Creates an ServiceBusMessageBatch configured with the options specified.
CreateBatchOptions - Class in com.azure.messaging.servicebus.models
The set of options that can be specified when creating an batch of messages.
CreateBatchOptions() - Constructor for class com.azure.messaging.servicebus.models.CreateBatchOptions
 
credential(String, TokenCredential) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
Sets the credential for the Service Bus resource.

D

deadLetter(MessageLockToken) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Moves a message to the deadletter sub-queue.
deadLetter(MessageLockToken, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Moves a message to the deadletter sub-queue.
deadLetter(MessageLockToken, DeadLetterOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Moves a message to the deadletter subqueue with deadletter reason, error description, and/or modified properties.
deadLetter(MessageLockToken, DeadLetterOptions, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Moves a message to the deadletter subqueue with deadletter reason, error description, and/or modified properties.
deadLetter(MessageLockToken) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Moves a message to the deadletter sub-queue.
deadLetter(MessageLockToken, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Moves a message to the deadletter sub-queue.
deadLetter(MessageLockToken, DeadLetterOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Moves a message to the deadletter subqueue with deadletter reason, error description, and/or modified properties.
deadLetter(MessageLockToken, DeadLetterOptions, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Moves a message to the deadletter subqueue with deadletter reason, error description, and/or modified properties.
DeadLetterOptions - Class in com.azure.messaging.servicebus.models
Options to specify while putting message in deadletter queue.
DeadLetterOptions() - Constructor for class com.azure.messaging.servicebus.models.DeadLetterOptions
 
defer(MessageLockToken) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Defers a message using its lock token.
defer(MessageLockToken, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Defers a message using its lock token.
defer(MessageLockToken, Map<String, Object>) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Defers a message using its lock token with modified message property.
defer(MessageLockToken, Map<String, Object>, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Defers a message using its lock token with modified message property.
defer(MessageLockToken) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Defers a message using its lock token.
defer(MessageLockToken, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Defers a message using its lock token.
defer(MessageLockToken, Map<String, Object>) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Defers a message using its lock token with modified message property.
defer(MessageLockToken, Map<String, Object>, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Defers a message using its lock token with modified message property.

F

fromString(String) - Static method in interface com.azure.messaging.servicebus.MessageLockToken
Created the MessageLockToken given a String.

G

getBody() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the actual payload/data wrapped by the ServiceBusMessage.
getBody() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the actual payload/data wrapped by the ServiceBusReceivedMessage.
getContentType() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the content type of the message.
getContentType() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the content type of the message.
getCorrelationId() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets a correlation identifier.
getCorrelationId() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets a correlation identifier.
getCount() - Method in class com.azure.messaging.servicebus.ServiceBusMessageBatch
Gets the number of events in the batch.
getDeadLetterDescription() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the description for a message that has been dead-lettered.
getDeadLetterErrorDescription() - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
Gets the error description for putting put message in dead letter sub-queue.
getDeadLetterReason() - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
Gets the reason for putting put message in dead letter sub-queue.
getDeadLetterReason() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the reason for a message that has been dead-lettered.
getDeadLetterSource() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the name of the queue or subscription that this message was enqueued on, before it was deadlettered.
getDeliveryCount() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the number of the times this message was delivered to clients.
getEnqueuedTime() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the instant at which this message was enqueued in Azure Service Bus.
getEntityPath() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Gets the Service Bus resource this client interacts with.
getEntityPath() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Gets the Service Bus resource this client interacts with.
getEntityPath() - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
Gets the name of the Service Bus resource.
getEntityPath() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
Gets the name of the Service Bus resource.
getExpiresAt() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the instant at which this message will expire.
getFullyQualifiedNamespace() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Gets the fully qualified Service Bus namespace that the connection is associated with.
getFullyQualifiedNamespace() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Gets the fully qualified Service Bus namespace that the connection is associated with.
getFullyQualifiedNamespace() - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
Gets the fully qualified namespace.
getFullyQualifiedNamespace() - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
Gets the fully qualified namespace.
getLabel() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the label for the message.
getLabel() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the label for the message.
getLockedUntil() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the instant at which the lock of this message expires.
getLockToken() - Method in interface com.azure.messaging.servicebus.MessageLockToken
Gets the lock token.
getLockToken() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the lock token for the current message.
getMaxAutoLockRenewalDuration() - Method in class com.azure.messaging.servicebus.models.ReceiveAsyncOptions
Gets the amount of time to continue auto-renewing the message lock.
getMaximumSizeInBytes() - Method in class com.azure.messaging.servicebus.models.CreateBatchOptions
Gets the maximum size to allow for the batch of messages, in bytes.
getMaxSizeInBytes() - Method in class com.azure.messaging.servicebus.ServiceBusMessageBatch
Gets the maximum size, in bytes, of the ServiceBusMessageBatch.
getMessage() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
Gets the message received from Service Bus.
getMessageId() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
 
getMessageId() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
 
getPartitionKey() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the partition key for sending a message to a partitioned entity.
getPartitionKey() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the partition key for sending a message to a partitioned entity.
getProperties() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the set of free-form ServiceBusMessage properties which may be used for passing metadata associated with the ServiceBusMessage during Service Bus operations.
getProperties() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the set of free-form ServiceBusReceivedMessage properties which may be used for passing metadata associated with the ServiceBusReceivedMessage during Service Bus operations.
getPropertiesToModify() - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
Gets the message properties to modify while putting put message in dead letter sub-queue.
getReplyTo() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the address of an entity to send replies to.
getReplyTo() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the address of an entity to send replies to.
getReplyToSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets or sets a session identifier augmenting the ReplyTo address.
getReplyToSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets or sets a session identifier augmenting the ReplyTo address.
getScheduledEnqueueTime() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the scheduled enqueue time of this message.
getScheduledEnqueueTime() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the scheduled enqueue time of this message.
getSequenceNumber() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the unique number assigned to a message by Service Bus.
getSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the session id of the message.
getSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the session id of the message.
getSessionId() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
Gets the session id of the message or that the error occurred in.
getSessionState(String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Gets the state of a session given its identifier.
getSessionState(String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Gets the state of a session given its identifier.
getSizeInBytes() - Method in class com.azure.messaging.servicebus.ServiceBusMessageBatch
Gets the size of the ServiceBusMessageBatch in bytes.
getThrowable() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
Gets the throwable that occurred.
getTimeToLive() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the duration before this message expires.
getTimeToLive() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the duration before this message expires.
getTo() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the "to" address.
getTo() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the "to" address.
getViaPartitionKey() - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets the partition key for sending a message to a entity via another partitioned transfer entity.
getViaPartitionKey() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessage
Gets the partition key for sending a message to a entity via another partitioned transfer entity.

H

hasError() - Method in class com.azure.messaging.servicebus.ServiceBusReceivedMessageContext
Gets whether or not an error occurred while receiving the next message.

I

isAutoCompleteEnabled() - Method in class com.azure.messaging.servicebus.models.ReceiveAsyncOptions
Gets whether the message should be automatically completed when consumers are finished processing the message.

M

maxConcurrentSessions(int) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
Enables session processing roll-over by processing at most maxConcurrentSessions.
MessageLockToken - Interface in com.azure.messaging.servicebus
Type representing the lock-token.

P

peek() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Reads the next active message without changing the state of the receiver or the message source.
peek(String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Reads the next active message without changing the state of the receiver or the message source.
peek() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Reads the next active message without changing the state of the receiver or the message source.
peek(String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Reads the next active message without changing the state of the receiver or the message source.
peekAt(long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Starting from the given sequence number, reads next the active message without changing the state of the receiver or the message source.
peekAt(long, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Starting from the given sequence number, reads next the active message without changing the state of the receiver or the message source.
peekAt(long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Starting from the given sequence number, reads next the active message without changing the state of the receiver or the message source.
peekAt(long, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Starting from the given sequence number, reads next the active message without changing the state of the receiver or the message source.
peekBatch(int) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Reads the next batch of active messages without changing the state of the receiver or the message source.
peekBatch(int, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Reads the next batch of active messages without changing the state of the receiver or the message source.
peekBatch(int) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Reads the next batch of active messages without changing the state of the receiver or the message source.
peekBatch(int, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Reads the next batch of active messages without changing the state of the receiver or the message source.
peekBatchAt(int, long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Starting from the given sequence number, reads the next batch of active messages without changing the state of the receiver or the message source.
peekBatchAt(int, long, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Starting from the given sequence number, reads the next batch of active messages without changing the state of the receiver or the message source.
peekBatchAt(int, long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Starting from the given sequence number, reads the next batch of active messages without changing the state of the receiver or the message source.
peekBatchAt(int, long, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Starting from the given sequence number, reads the next batch of active messages without changing the state of the receiver or the message source.
prefetchCount(int) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
Sets the prefetch count of the receiver.
prefetchCount(int) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
Sets the prefetch count of the receiver.
proxyOptions(ProxyOptions) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
Sets the proxy configuration to use for ServiceBusSenderAsyncClient.

Q

queueName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
Sets the name of the queue to create a receiver for.
queueName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSenderClientBuilder
Sets the name of the Service Bus queue to publish messages to.
queueName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
Sets the name of the queue to create a receiver for.

R

receive() - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Receives a stream of messages from the Service Bus entity and completes them when they are finished processing.
receive(ReceiveAsyncOptions) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Receives a stream of messages from the Service Bus entity with a set of options.
receive(int) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Receives an iterable stream of messages from the Service Bus entity.
receive(int, Duration) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Receives an iterable stream of messages from the Service Bus entity.
ReceiveAsyncOptions - Class in com.azure.messaging.servicebus.models
Options set when receiving using ServiceBusReceiverAsyncClient.
ReceiveAsyncOptions() - Constructor for class com.azure.messaging.servicebus.models.ReceiveAsyncOptions
 
receiveDeferredMessage(long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Receives a deferred message.
receiveDeferredMessage(long, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Receives a deferred message.
receiveDeferredMessage(long) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Receives a deferred message.
receiveDeferredMessage(long, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Receives a deferred message.
receiveDeferredMessageBatch(Iterable<Long>) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Receives a batch of deferred messages.
receiveDeferredMessageBatch(Iterable<Long>, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Receives a batch of deferred messages.
receiveDeferredMessageBatch(Iterable<Long>) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Receives a batch of deferred messages.
receiveDeferredMessageBatch(Iterable<Long>, String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Receives a batch of deferred messages.
ReceiveMode - Enum in com.azure.messaging.servicebus.models
Defines the Receive modes.
receiveMode(ReceiveMode) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
Sets the receive mode for the receiver.
receiveMode(ReceiveMode) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
Sets the receive mode for the receiver.
receiver() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
A new instance of ServiceBusClientBuilder.ServiceBusReceiverClientBuilder used to configure Service Bus message consumers.
renewMessageLock(MessageLockToken) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Asynchronously renews the lock on the specified message.
renewMessageLock(MessageLockToken) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Renews the lock on the specified message.
renewSessionLock(String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Sets the state of a session given its identifier.
renewSessionLock(String) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Sets the state of a session given its identifier.
retryOptions(AmqpRetryOptions) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
Sets the retry options for Service Bus clients.

S

scheduleMessage(ServiceBusMessage, Instant) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
Sends a scheduled message to the Azure Service Bus entity this sender is connected to.
scheduleMessage(ServiceBusMessage, Instant) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
Sends a scheduled message to the Azure Service Bus entity this sender is connected to.
send(ServiceBusMessage) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
Sends a message to a Service Bus queue or topic.
send(Iterable<ServiceBusMessage>) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
Sends a set of messages to a Service Bus queue or topic using a batched approach.
send(ServiceBusMessageBatch) - Method in class com.azure.messaging.servicebus.ServiceBusSenderAsyncClient
Sends a message batch to the Azure Service Bus entity this sender is connected to.
send(ServiceBusMessage) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
Sends a message to a Service Bus queue or topic.
send(Iterable<ServiceBusMessage>) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
Sends a set of ServiceBusMessage to a Service Bus queue or topic using a batched approach.
send(ServiceBusMessageBatch) - Method in class com.azure.messaging.servicebus.ServiceBusSenderClient
Sends a message batch to the Azure Service Bus entity this sender is connected to.
sender() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
A new instance of ServiceBusClientBuilder.ServiceBusSenderClientBuilder used to configure Service Bus message senders.
ServiceBusClientBuilder - Class in com.azure.messaging.servicebus
ServiceBusClientBuilder() - Constructor for class com.azure.messaging.servicebus.ServiceBusClientBuilder
Creates a new instance with the default transport AmqpTransportType.AMQP.
ServiceBusClientBuilder.ServiceBusReceiverClientBuilder - Class in com.azure.messaging.servicebus
Builder for creating ServiceBusReceiverClient and ServiceBusReceiverAsyncClient to consume messages from Service Bus.
ServiceBusClientBuilder.ServiceBusSenderClientBuilder - Class in com.azure.messaging.servicebus
Builder for creating ServiceBusSenderClient and ServiceBusSenderAsyncClient to publish messages to Service Bus.
ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder - Class in com.azure.messaging.servicebus
Builder for creating ServiceBusReceiverClient and ServiceBusReceiverAsyncClient to consume messages from a session aware Service Bus entity.
ServiceBusMessage - Class in com.azure.messaging.servicebus
The data structure encapsulating the message being sent-to Service Bus.
ServiceBusMessage(byte[]) - Constructor for class com.azure.messaging.servicebus.ServiceBusMessage
Creates a ServiceBusMessage containing the body.
ServiceBusMessage(ServiceBusReceivedMessage) - Constructor for class com.azure.messaging.servicebus.ServiceBusMessage
Creates a ServiceBusMessage using properties from receivedMessage.
ServiceBusMessageBatch - Class in com.azure.messaging.servicebus
A class for aggregating ServiceBusMessage into a single, size-limited, batch.
ServiceBusReceivedMessage - Class in com.azure.messaging.servicebus
This class represents a received message from Service Bus.
ServiceBusReceivedMessageContext - Class in com.azure.messaging.servicebus
Represents the result of a receive message operation with context from Service Bus.
ServiceBusReceiverAsyncClient - Class in com.azure.messaging.servicebus
An asynchronous receiver responsible for receiving ServiceBusReceivedMessage from a specific queue or topic on Azure Service Bus.
ServiceBusReceiverClient - Class in com.azure.messaging.servicebus
A synchronous receiver responsible for receiving ServiceBusReceivedMessage from a specific queue or topic on Azure Service Bus.
ServiceBusSenderAsyncClient - Class in com.azure.messaging.servicebus
An asynchronous client to send messages to a Service Bus resource.
ServiceBusSenderClient - Class in com.azure.messaging.servicebus
A synchronous sender responsible for sending ServiceBusMessage to specific queue or topic on Azure Service Bus.
sessionId(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
Sets the session id.
sessionReceiver() - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
A new instance of ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder used to configure session aware Service Bus message consumers.
setContentType(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets the content type of the ServiceBusMessage.
setCorrelationId(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets a correlation identifier.
setDeadLetterErrorDescription(String) - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
Sets the error description while putting message in dead letter sub-queue.
setDeadLetterReason(String) - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
Sets the reason while putting message in dead letter sub-queue.
setIsAutoCompleteEnabled(boolean) - Method in class com.azure.messaging.servicebus.models.ReceiveAsyncOptions
Sets whether the message should be automatically completed when consumers are finished processing the message.
setLabel(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets the label for the message.
setMaxAutoLockRenewalDuration(Duration) - Method in class com.azure.messaging.servicebus.models.ReceiveAsyncOptions
Sets the amount of time to continue auto-renewing the message lock.
setMaximumSizeInBytes(int) - Method in class com.azure.messaging.servicebus.models.CreateBatchOptions
Sets the maximum size for the batch of messages.
setMessageId(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets the message id.
setPartitionKey(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets a partition key for sending a message to a partitioned entity
setPropertiesToModify(Map<String, Object>) - Method in class com.azure.messaging.servicebus.models.DeadLetterOptions
Sets the message properties to modify while putting message in dead letter sub-queue.
setReplyTo(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets the address of an entity to send replies to.
setReplyToSessionId(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Gets or sets a session identifier augmenting the ReplyTo address.
setScheduledEnqueueTime(Instant) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets the scheduled enqueue time of this message.
setSessionId(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets the session id.
setSessionState(String, byte[]) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverAsyncClient
Sets the state of a session given its identifier.
setSessionState(String, byte[]) - Method in class com.azure.messaging.servicebus.ServiceBusReceiverClient
Sets the state of a session given its identifier.
setTimeToLive(Duration) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets the duration of time before this message expires.
setTo(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets the "to" address.
setViaPartitionKey(String) - Method in class com.azure.messaging.servicebus.ServiceBusMessage
Sets a via-partition key for sending a message to a destination entity via another partitioned entity
subscriptionName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
Sets the name of the subscription in the topic to listen to.
subscriptionName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
Sets the name of the subscription in the topic to listen to.

T

topicName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusReceiverClientBuilder
Sets the name of the topic.
topicName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSenderClientBuilder
Sets the name of the Service Bus topic to publish messages to.
topicName(String) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder.ServiceBusSessionReceiverClientBuilder
Sets the name of the topic.
transportType(AmqpTransportType) - Method in class com.azure.messaging.servicebus.ServiceBusClientBuilder
Sets the transport type by which all the communication with Azure Service Bus occurs.
tryAdd(ServiceBusMessage) - Method in class com.azure.messaging.servicebus.ServiceBusMessageBatch
Tries to add an message to the batch.

V

valueOf(String) - Static method in enum com.azure.messaging.servicebus.models.ReceiveMode
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.messaging.servicebus.models.ReceiveMode
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D F G H I M P Q R S T V 
Skip navigation links
Visit the Azure for Java Developerssite for more Java documentation, including quick starts, tutorials, and code samples.

Copyright © 2020 Microsoft Corporation. All rights reserved.