We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b16a33 commit 35bdc03Copy full SHA for 35bdc03
src/main/java/com/rabbitmq/client/QueueingConsumer.java
@@ -28,7 +28,7 @@
28
* Convenience class: an implementation of {@link Consumer} with
29
* straightforward blocking semantics.
30
*
31
- * Deprecated in favor of {@link Consumer} (see below for background).
+ * Deprecated in favor of {@link DefaultConsumer} (see below for background).
32
* Will be removed in next major release.
33
34
* The general pattern for using QueueingConsumer is as follows:
@@ -87,7 +87,7 @@
87
* to extend <code>DefaultConsumer</code> and <code>QueueingConsumer</code>
88
* is a lot less relevant.</p>
89
90
- * @deprecated
+ * @deprecated
91
*/
92
public class QueueingConsumer extends DefaultConsumer {
93
private final BlockingQueue<Delivery> _queue;
0 commit comments