Uses of Interface
com.rabbitmq.client.AMQP.Basic.RecoverOk
-
Packages that use AMQP.Basic.RecoverOk 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.Basic.RecoverOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Basic.RecoverOk Modifier and Type Method Description AMQP.Basic.RecoverOk
Channel. basicRecover()
Ask the broker to resend unacknowledged messages.AMQP.Basic.RecoverOk
Channel. basicRecover(boolean requeue)
Ask the broker to resend unacknowledged messages.AMQP.Basic.RecoverOk
AMQP.Basic.RecoverOk.Builder. build()
-
Uses of AMQP.Basic.RecoverOk in com.rabbitmq.client.impl
Classes in com.rabbitmq.client.impl that implement AMQP.Basic.RecoverOk Modifier and Type Class Description static class
AMQImpl.Basic.RecoverOk
-
Uses of AMQP.Basic.RecoverOk in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Basic.RecoverOk Modifier and Type Method Description AMQP.Basic.RecoverOk
AutorecoveringChannel. basicRecover()
AMQP.Basic.RecoverOk
AutorecoveringChannel. basicRecover(boolean requeue)
-