Uses of Class
com.azure.core.amqp.AmqpTransaction
Packages that use AmqpTransaction
Package
Description
Package containing classes common to AMQP protocol.
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 AmqpTransactionModifier and TypeMethodDescriptionAmqpSession.createTransaction()Creates the transaction on the message broker.AmqpTransactionCoordinator.declare()This creates the transaction on the message broker.Methods in com.azure.core.amqp with parameters of type AmqpTransactionModifier and TypeMethodDescriptionAmqpSession.commitTransaction(AmqpTransaction transaction) Commit the transaction on the message broker.AmqpTransactionCoordinator.discharge(AmqpTransaction transaction, boolean isCommit) This completes the transaction on the message broker.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 AmqpTransactionModifierConstructorDescriptionTransactionalDeliveryOutcome(AmqpTransaction transaction) Creates an outcome with the given transaction.