async_event_emitter 0.2.0
With EventEmitter you can build your application in Event-Driven way. It acts as global pub/sub mechanism and uses Sidekiq to reliably and asynchronously deliver messages to subscribers. Using this approach you can enforce low coupling between different components of the system.
Gemfile:
=
インストール:
=
Runtime依存関係 (1):
sidekiq
< 5, >= 3