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