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.RecoverOkChannel. basicRecover()Ask the broker to resend unacknowledged messages.AMQP.Basic.RecoverOkChannel. basicRecover(boolean requeue)Ask the broker to resend unacknowledged messages.AMQP.Basic.RecoverOkAMQP.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 classAMQImpl.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.RecoverOkAutorecoveringChannel. basicRecover()AMQP.Basic.RecoverOkAutorecoveringChannel. basicRecover(boolean requeue)
-