Class: HasuraHandler::EventJob
- Inherits:
-
ApplicationJob
- Object
- ActiveJob::Base
- ApplicationJob
- HasuraHandler::EventJob
- 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 |