Uses of Interface
com.rabbitmq.client.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
Modifier 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
-
Uses of AMQP.Basic.RecoverOk in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescriptionAutorecoveringChannel.basicRecover()
AutorecoveringChannel.basicRecover
(boolean requeue)