Skip to content

Commit

Permalink
Merge pull request #128 from joevandyk/patch-1
Browse files Browse the repository at this point in the history
add wisper-que to README
  • Loading branch information
krisleech committed Jan 19, 2016
2 parents 8cf7f0a + 18f7d87 commit 702e64b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,9 @@ cancel_order.subscribe(OrderNotifier.new, async: true)

Wisper has various adapters for asynchronous event handling, please refer to
[wisper-celluloid](https://github.com/krisleech/wisper-celluloid),
[wisper-sidekiq](https://github.com/krisleech/wisper-sidekiq) or
[wisper-activejob](https://github.com/krisleech/wisper-activejob).
[wisper-sidekiq](https://github.com/krisleech/wisper-sidekiq),
[wisper-activejob](https://github.com/krisleech/wisper-activejob), or
[wisper-que](https://github.com/joevandyk/wisper-que).

Depending on the adapter used the listener may need to be a class instead of an object. In this situation, every method corresponding to events should be declared as class method, too. For example:

Expand Down

0 comments on commit 702e64b

Please sign in to comment.