Class: MessageBusClientWorker::SubscriptionWorker
- Inherits:
-
Object
- Object
- MessageBusClientWorker::SubscriptionWorker
- Includes:
- Sidekiq::Worker
- Defined in:
- lib/message_bus_client_worker/workers/subscription_worker.rb
Class Method Summary collapse
Instance Method Summary collapse
Class Method Details
.unique_args(args) ⇒ Object
16 17 18 |
# File 'lib/message_bus_client_worker/workers/subscription_worker.rb', line 16 def self.unique_args(args) args end |
Instance Method Details
#perform(host, subscriptions, long = false) ⇒ Object
12 13 14 |
# File 'lib/message_bus_client_worker/workers/subscription_worker.rb', line 12 def perform(host, subscriptions, long=false) Poll.(host, subscriptions.with_indifferent_access, long) end |