Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
aozarov committed Mar 21, 2016
1 parent 88a2ec2 commit 1ffb2a9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ class PullOption {

// Ack options:
// 1) replace return value to ReceivedMessage (Message + functional ack)
// 2) rename Message to MessageInfo and make Message functional with ack
// 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
// 4) return a "special" list (extends List) but has a way to "ackSoFar"
// 5) instead of List use callback and auto-acknowledge per callback (and auto-renew)
// ** Auto renew means, using a separate thread.
Expand Down

0 comments on commit 1ffb2a9

Please sign in to comment.