Skip to content

Commit 3a2417d

Browse files
author
Simon MacMullen
committed
Document filters.
1 parent 1f88aee commit 3a2417d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/com/rabbitmq/client/Channel.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ Queue.DeclareOk queueDeclare(String queue, boolean durable, boolean exclusive, b
508508
* @param noLocal flag set to true unless server local buffering is required
509509
* @param exclusive true if this is an exclusive consumer
510510
* @param callback an interface to the consumer object
511+
* @param filter a set of arguments for the consume. Currently ignored by rabbitmq-server.
511512
* @return the consumerTag associated with the new consumer
512513
* @throws java.io.IOException if an error is encountered
513514
* @see com.rabbitmq.client.AMQP.Basic.Consume

0 commit comments

Comments
 (0)