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 TypeMethodDescriptionvoidServiceBusReceivedMessageContext.defer(DeferOptions options) Defers themessagein this context.ServiceBusReceiverAsyncClient.defer(ServiceBusReceivedMessage message, DeferOptions options) Defers amessagewith the options set.voidServiceBusReceiverClient.defer(ServiceBusReceivedMessage message, DeferOptions options) Defers amessageusing 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 theServiceBusTransactionContextto the options.