Uses of Class
com.rabbitmq.client.GetResponse
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 GetResponse in com.rabbitmq.client
-
Uses of GetResponse in com.rabbitmq.client.impl
Modifier and TypeMethodDescriptionPublic API - Retrieve a message from a queue usingAMQP.Basic.Get
-
Uses of GetResponse in com.rabbitmq.client.impl.recovery
Modifier and TypeMethodDescription -
Uses of GetResponse in com.rabbitmq.client.observation
Modifier and TypeMethodDescriptionObservationCollector.basicGet
(ObservationCollector.BasicGetCall call, String queue) Decorate message polling withbasic.get
.ObservationCollector.BasicGetCall.get()