Uses of Interface
com.rabbitmq.client.AMQP.Tx.RollbackOk
-
Packages that use AMQP.Tx.RollbackOk 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.RollbackOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Tx.RollbackOk Modifier and Type Method Description AMQP.Tx.RollbackOk
AMQP.Tx.RollbackOk.Builder. build()
AMQP.Tx.RollbackOk
Channel. txRollback()
Rolls back a TX transaction on this channel. -
Uses of AMQP.Tx.RollbackOk in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQP.Tx.RollbackOk Modifier and Type Class Description static class
AMQImpl.Tx.RollbackOk
-
Uses of AMQP.Tx.RollbackOk in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Tx.RollbackOk Modifier and Type Method Description AMQP.Tx.RollbackOk
AutorecoveringChannel. txRollback()
-