-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename Publishing Confirms related methods before it's too late
Original names did not follow any convention I know. #confirmations to turn on confirmations, #confirm to define a callback... Seriously? How about this: Channel#basic_select <=> confirm.select Channel#on_ack <=> basic.ack Channel#on_nack <=> basic.nack At least #basic_select won't be confused with a collection reader and
- Loading branch information
1 parent
88100b7
commit 5653b07
Showing
3 changed files
with
60 additions
and
68 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters