Uses of Interface
com.rabbitmq.client.AMQP.Basic.RecoverOk
Packages that use AMQP.Basic.RecoverOk
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
Implementation of connection and topology recovery.
-
Uses of AMQP.Basic.RecoverOk in com.rabbitmq.client
Methods in com.rabbitmq.client that return AMQP.Basic.RecoverOkModifier and TypeMethodDescriptionChannel.basicRecover()
Ask the broker to resend unacknowledged messages.Channel.basicRecover
(boolean requeue) Ask the broker to resend unacknowledged messages.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 -
Uses of AMQP.Basic.RecoverOk in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return AMQP.Basic.RecoverOkModifier and TypeMethodDescriptionAutorecoveringChannel.basicRecover()
AutorecoveringChannel.basicRecover
(boolean requeue)