Uses of Class
com.rabbitmq.client.GetResponse
-
Packages that use GetResponse 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 GetResponse in com.rabbitmq.client
Methods in com.rabbitmq.client that return GetResponse Modifier and Type Method Description GetResponse
Channel. basicGet(String queue, boolean autoAck)
Retrieve a message from a queue usingAMQP.Basic.Get
-
Uses of GetResponse in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl that return GetResponse Modifier and Type Method Description GetResponse
ChannelN. basicGet(String queue, boolean autoAck)
Public API - Retrieve a message from a queue usingAMQP.Basic.Get
-
Uses of GetResponse in com.rabbitmq.client.impl.recovery
Methods in com.rabbitmq.client.impl.recovery that return GetResponse Modifier and Type Method Description GetResponse
AutorecoveringChannel. basicGet(String queue, boolean autoAck)
-