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.com.rabbitmq.client.observation -
-
Uses of GetResponse in com.rabbitmq.client
Methods in com.rabbitmq.client that return GetResponse Modifier and Type Method Description GetResponse
Channel. basicGet(java.lang.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(java.lang.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(java.lang.String queue, boolean autoAck)
-
Uses of GetResponse in com.rabbitmq.client.observation
Methods in com.rabbitmq.client.observation that return GetResponse Modifier and Type Method Description GetResponse
NoOpObservationCollector. basicGet(ObservationCollector.BasicGetCall call, java.lang.String queue)
GetResponse
ObservationCollector. basicGet(ObservationCollector.BasicGetCall call, java.lang.String queue)
Decorate message polling withbasic.get
.GetResponse
ObservationCollector.BasicGetCall. get()
-