We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a2ec2 commit 1ffb2a9Copy full SHA for 1ffb2a9
1 file changed
gcloud-java-pubsub/src/main/java/com/google/gcloud/pubsub/PubSub.java
@@ -96,8 +96,8 @@ class PullOption {
96
97
// Ack options:
98
// 1) replace return value to ReceivedMessage (Message + functional ack)
99
- // 2) rename Message to MessageInfo and make Message functional with ack
100
- // 3) like (2) but with no auto-renew, so provide a function for renew
+ // 2) like (1) but with no auto-renew, so provide a function for renew
+ // 3) rename Message to MessageInfo and make Message functional with ack
101
// 4) return a "special" list (extends List) but has a way to "ackSoFar"
102
// 5) instead of List use callback and auto-acknowledge per callback (and auto-renew)
103
// ** Auto renew means, using a separate thread.
0 commit comments