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 TypeMethodDescriptionvoid
ServiceBusReceivedMessageContext.abandon
(AbandonOptions options) Abandons themessage
in this context.ServiceBusReceiverAsyncClient.abandon
(ServiceBusReceivedMessage message, AbandonOptions options) Abandons amessage
updates the message's properties.void
ServiceBusReceiverClient.abandon
(ServiceBusReceivedMessage message, AbandonOptions options) Abandons amessage
and 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 theServiceBusTransactionContext
to the options.