Uses of Class
com.azure.messaging.servicebus.models.AbandonOptions
Packages that use AbandonOptions
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 AbandonOptions in com.azure.messaging.servicebus
Methods in com.azure.messaging.servicebus with parameters of type AbandonOptionsModifier and TypeMethodDescriptionvoidServiceBusReceivedMessageContext.abandon(AbandonOptions options) Abandons themessagein this context.ServiceBusReceiverAsyncClient.abandon(ServiceBusReceivedMessage message, AbandonOptions options) Abandons amessageupdates the message's properties.voidServiceBusReceiverClient.abandon(ServiceBusReceivedMessage message, AbandonOptions options) Abandons amessageand updates the message's properties. -
Uses of AbandonOptions in com.azure.messaging.servicebus.models
Methods in com.azure.messaging.servicebus.models that return AbandonOptionsModifier and TypeMethodDescriptionAbandonOptions.setPropertiesToModify(Map<String, Object> propertiesToModify) Sets the message properties to modify while abandoning message.AbandonOptions.setTransactionContext(ServiceBusTransactionContext transactionContext) Sets theServiceBusTransactionContextto the options.