Uses of Interface
com.azure.core.amqp.AmqpTransactionCoordinator
-
Packages that use AmqpTransactionCoordinator Package Description com.azure.core.amqp Package containing classes common to AMQP protocol. -
-
Uses of AmqpTransactionCoordinator in com.azure.core.amqp
Methods in com.azure.core.amqp that return types with arguments of type AmqpTransactionCoordinator Modifier and Type Method Description default Mono<? extends AmqpTransactionCoordinator>AmqpSession. getOrCreateTransactionCoordinator()Gets an existing or newly createdAmqpTransactionCoordinatoron theAmqpSessionwhich maintains one instance of theAmqpTransactionCoordinatorobject.
-