Uses of Class
com.rabbitmq.client.impl.AMQImpl.Basic.RecoverOk
-
Packages that use AMQImpl.Basic.RecoverOk Package Description com.rabbitmq.client.impl Implementations of interfaces specified in the client API, and their supporting classes. -
-
Uses of AMQImpl.Basic.RecoverOk in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return AMQImpl.Basic.RecoverOk Modifier and Type Method Description AMQImpl.Basic.RecoverOk
ChannelN. basicRecover()
Public API - Ask the broker to resend unacknowledged messages.AMQImpl.Basic.RecoverOk
ChannelN. basicRecover(boolean requeue)
Public API - Ask the broker to resend unacknowledged messages.Methods in com.rabbitmq.client.impl with parameters of type AMQImpl.Basic.RecoverOk Modifier and Type Method Description Object
AMQImpl.DefaultMethodVisitor. visit(AMQImpl.Basic.RecoverOk x)
Object
AMQImpl.MethodVisitor. visit(AMQImpl.Basic.RecoverOk x)
-