Uses of Class
com.azure.messaging.servicebus.models.CompleteOptions
Packages that use CompleteOptions
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 CompleteOptions in com.azure.messaging.servicebus
Methods in com.azure.messaging.servicebus with parameters of type CompleteOptionsModifier and TypeMethodDescriptionvoidServiceBusReceivedMessageContext.complete(CompleteOptions options) Completes themessagein this context.ServiceBusReceiverAsyncClient.complete(ServiceBusReceivedMessage message, CompleteOptions options) Completes amessagewith the given options.voidServiceBusReceiverClient.complete(ServiceBusReceivedMessage message, CompleteOptions options) Completes amessage. -
Uses of CompleteOptions in com.azure.messaging.servicebus.models
Methods in com.azure.messaging.servicebus.models that return CompleteOptionsModifier and TypeMethodDescriptionCompleteOptions.setTransactionContext(ServiceBusTransactionContext transactionContext) Sets theServiceBusTransactionContextto the options.