Class: HasuraHandler::EventJob

Inherits:
ApplicationJob show all
Defined in:
app/jobs/hasura_handler/event_job.rb

Instance Method Summary collapse

Instance Method Details

#perform(event) ⇒ Object



5
6
7
# File 'app/jobs/hasura_handler/event_job.rb', line 5

def perform(event)
  HasuraHandler::EventProcessor.new(event).process
end