Uses of Class
com.azure.messaging.servicebus.models.AbandonOptions
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 AbandonOptions in com.azure.messaging.servicebus
Modifier 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
Modifier 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.