class ActiveWebhook::Queueing::ActiveJobAdapter::TopicJob

Public Instance Methods

perform(key, version, context) click to toggle source
# File lib/active_webhook/queueing/active_job_adapter.rb, line 25
def perform(key, version, context)
  context.symbolize_keys!

  ActiveWebhook.queueing_adapter.new(key: key, version: version, **context).fulfill_topic
end