module Wisper::ActiveJob::Subscriber
Public Instance Methods
perform(event, args)
click to toggle source
proxy calls from the generic activejob “perform” method to the specific wisper event listener
# File lib/wisper/activejob/broadcaster.rb, line 17 def perform(event, args) send(event, *args) end