| Package | Description |
|---|---|
| com.azure.messaging.servicebus |
Package containing classes for creating
ServiceBusSenderAsyncClient,
ServiceBusProcessorClient, and
ServiceBusReceiverAsyncClient to perform operations on Azure Service Bus. |
| com.azure.messaging.servicebus.models |
Model classes for interacting with Azure Service Bus.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ServiceBusReceivedMessageContext.complete(CompleteOptions options)
Completes the
message in this context. |
Mono<Void> |
ServiceBusReceiverAsyncClient.complete(ServiceBusReceivedMessage message,
CompleteOptions options)
Completes a
message with the given options. |
void |
ServiceBusReceiverClient.complete(ServiceBusReceivedMessage message,
CompleteOptions options)
Completes a
message. |
| Modifier and Type | Method and Description |
|---|---|
CompleteOptions |
CompleteOptions.setTransactionContext(ServiceBusTransactionContext transactionContext)
Sets the
ServiceBusTransactionContext to the options. |
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.