Uses of Class
com.azure.core.amqp.AmqpTransaction
-
Packages that use AmqpTransaction Package Description com.azure.core.amqp Package containing classes common to AMQP protocol.com.azure.core.amqp.models Package containing classes related to AMQP models classes. -
-
Uses of AmqpTransaction in com.azure.core.amqp
Methods in com.azure.core.amqp that return types with arguments of type AmqpTransaction Modifier and Type Method Description Mono<AmqpTransaction>AmqpSession. createTransaction()Creates the transaction on the message broker.Mono<AmqpTransaction>AmqpTransactionCoordinator. declare()This creates the transaction on the message broker.Methods in com.azure.core.amqp with parameters of type AmqpTransaction Modifier and Type Method Description Mono<Void>AmqpSession. commitTransaction(AmqpTransaction transaction)Commit the transaction on the message broker.Mono<Void>AmqpTransactionCoordinator. discharge(AmqpTransaction transaction, boolean isCommit)This completes the transaction on the message broker.Mono<Void>AmqpSession. rollbackTransaction(AmqpTransaction transaction)Rollback the transaction on the message broker. -
Uses of AmqpTransaction in com.azure.core.amqp.models
Constructors in com.azure.core.amqp.models with parameters of type AmqpTransaction Constructor Description TransactionalDeliveryOutcome(AmqpTransaction transaction)Creates an outcome with the given transaction.
-