Skip to content

Commit 1fd7bf0

Browse files
author
Simon MacMullen
committed
Document this flag a bit better since it is not immediately obvious.
1 parent a802c4e commit 1fd7bf0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/com/rabbitmq/client/Envelope.java

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ public long getDeliveryTag() {
4848
}
4949

5050
/**
51-
* Get the redelivery flag included in this parameter envelope
51+
* Get the redelivery flag included in this parameter envelope. This is a
52+
* hint as to whether this message may have been delivered before (but not
53+
* acknowledged). If the flag is not set, the message definitely has not
54+
* been delivered before. If it is set, it may have been delivered before.
55+
*
5256
* @return the redelivery flag
5357
*/
5458
public boolean isRedeliver() {

0 commit comments

Comments
 (0)