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