Uses of Class
com.azure.messaging.servicebus.models.DeferOptions
Packages that use DeferOptions
Package
Description
The Azure Service Bus client library allows Java developers to interact with Azure Service Bus entities by
publishing to and/or subscribing from queues and topics/subscriptions.
Model classes for interacting with Azure Service Bus.
-
Uses of DeferOptions in com.azure.messaging.servicebus
Methods in com.azure.messaging.servicebus with parameters of type DeferOptionsModifier 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
Methods in com.azure.messaging.servicebus.models that return DeferOptionsModifier 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.