| Package | Description |
|---|---|
| com.azure.core.amqp |
Package containing classes common to AMQP protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Mono<Void> |
AmqpSession.commitTransaction(AmqpTransaction transaction)
Commit the transaction on the message broker.
|
Mono<Void> |
AmqpSession.rollbackTransaction(AmqpTransaction transaction)
Rollback the transaction on the message broker.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.