class Amazon::Coral::Handler

Public Instance Methods

after(job) click to toggle source

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

# File lib/amazon/coral/handler.rb, line 14
def after(job)
end
before(job) click to toggle source

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

# File lib/amazon/coral/handler.rb, line 10
def before(job)
end