#perform(host, subscriptions, long = false) ⇒ Object
7
8
9
10
# File 'lib/message_bus_client_worker/workers/subscription_worker.rb', line 7defperform(host,subscriptions,long=false)log(host,subscriptions)Poll.call(host,subscriptions.with_indifferent_access,long)end