dispatch-rider 1.9.0
Messaging system based on the reactor pattern. You can publish messages to a queue and then a demultiplexer runs an event loop which pops items from the queue and hands it over to a dispatcher. The dispatcher hands over the message to the appropriate handler. You can choose your own queueing service.
Gemfile:
=
Installeer:
=
Runtime afhankelijkheden (5):
activemodel
>= 3.2.0
activerecord
>= 3.2.0
activesupport
>= 3.2.0
daemons
~> 1.2
retriable
~> 3.1, >= 3.1.2
Development afhankelijkheden (11):
appsignal
~> 1.0
aws-sdk
~> 1
bundler
~> 1.0
factory_girl
>= 0
pry
>= 0
rake
>= 0
rspec
~> 3.3
rubygems-tasks
>= 0
sqlite3
>= 0
yard
>= 0