class ActiveSupport::Notifications::Fanout::Subscribers::EventObject

def build_event(name, id, payload)

def build_event(name, id, payload)
  ActiveSupport::Notifications::Event.new name, nil, nil, id, payload
end