Class: Amazon::Coral::Handler

Inherits:
Object
  • Object
show all
Defined in:
lib/amazon/coral/handler.rb

Instance Method Summary collapse

Instance Method Details

#after(job) ⇒ Object

Operation on the specified Job on the “inbound” side of the execution



14
15
# File 'lib/amazon/coral/handler.rb', line 14

def after(job)
end

#before(job) ⇒ Object

Operate on the specified Job on the “outbound” side of the execution



10
11
# File 'lib/amazon/coral/handler.rb', line 10

def before(job)
end