Uses of Interface
com.rabbitmq.client.AMQP.Tx.CommitOk
-
Packages that use AMQP.Tx.CommitOk Package Description com.rabbitmq.client The client API proper: classes and interfaces representing the AMQP connections, channels, and wire-protocol framing descriptors.com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes.com.rabbitmq.client.impl.recovery Implementation of connection and topology recovery. -
-
Uses of AMQP.Tx.CommitOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Tx.CommitOk Modifier and Type Method Description AMQP.Tx.CommitOkAMQP.Tx.CommitOk.Builder. build()AMQP.Tx.CommitOkChannel. txCommit()Commits a TX transaction on this channel. -
Uses of AMQP.Tx.CommitOk in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQP.Tx.CommitOk Modifier and Type Class Description static classAMQImpl.Tx.CommitOk -
Uses of AMQP.Tx.CommitOk in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Tx.CommitOk Modifier and Type Method Description AMQP.Tx.CommitOkAutorecoveringChannel. txCommit()
-