Uses of Class
com.azure.messaging.servicebus.models.DeferOptions
Package
Description
Package containing classes for creating
ServiceBusSenderAsyncClient
,
ServiceBusProcessorClient
, and
ServiceBusReceiverAsyncClient
to perform operations on Azure Service Bus.Model classes for interacting with Azure Service Bus.
-
Uses of DeferOptions in com.azure.messaging.servicebus
Modifier and TypeMethodDescriptionvoid
ServiceBusReceivedMessageContext.defer
(DeferOptions options) Defers themessage
in this context.ServiceBusReceiverAsyncClient.defer
(ServiceBusReceivedMessage message, DeferOptions options) Defers amessage
with the options set.void
ServiceBusReceiverClient.defer
(ServiceBusReceivedMessage message, DeferOptions options) Defers amessage
using its lock token with modified message property. -
Uses of DeferOptions in com.azure.messaging.servicebus.models
Modifier and TypeMethodDescriptionDeferOptions.setPropertiesToModify
(Map<String, Object> propertiesToModify) Sets the message properties to modify while deferring the message.DeferOptions.setTransactionContext
(ServiceBusTransactionContext transactionContext) Sets theServiceBusTransactionContext
to the options.