class ActiveWebhook::Queueing::SidekiqAdapter::TopicWorker

Public Instance Methods

perform(key, version, context) click to toggle source
# File lib/active_webhook/queueing/sidekiq_adapter.rb, line 27
def perform(key, version, context)
  ActiveWebhook.queueing_adapter.new(key: key, version: version, **context.symbolize_keys).fulfill_topic
end