Class: GeoblacklightJob

Inherits:
ActiveJob::Base
  • Object
show all
Defined in:
app/jobs/geoblacklight_job.rb

Overview

Loads geoblacklight

Instance Method Summary collapse

Instance Method Details

#perform(message) ⇒ Object



7
8
9
# File 'app/jobs/geoblacklight_job.rb', line 7

def perform(message)
  GeoblacklightMessaging::GeoblacklightEventProcessor.new(message).process
end