Class: Amazon::Coral::Handler
Direct Known Subclasses
AwsQueryHandler, AwsQueryUriHandler, HttpDestinationHandler, HttpHandler, IdentityHandler, V0SignatureHandler, V1SignatureHandler, V2SignatureHandler
Instance Method Summary collapse
-
#after(job) ⇒ Object
Operation on the specified Job on the “inbound” side of the execution.
-
#before(job) ⇒ Object
Operate on the specified Job on the “outbound” side of the execution.
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 |