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.CommitOk
AMQP.Tx.CommitOk.Builder. build()
AMQP.Tx.CommitOk
Channel. 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 class
AMQImpl.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.CommitOk
AutorecoveringChannel. txCommit()
-