Class: ApplicationJob

Inherits:
Jets::Job::Base show all
Defined in:
lib/jets/turbo/project/app/jobs/application_job.rb,
lib/jets/commands/templates/skeleton/app/jobs/application_job.rb

Direct Known Subclasses

Jets::PreheatJob

Instance Attribute Summary

Attributes inherited from Jets::Lambda::Functions

#context, #event, #meth

Method Summary

Methods inherited from Jets::Job::Base

perform_later, perform_now, process

Methods included from Jets::Job::Helpers::S3EventHelper

#s3_event, #s3_object

Methods included from Jets::Job::Helpers::LogEventHelper

#log_event

Methods included from Jets::Job::Helpers::KinesisEventHelper

#kinesis_data

Methods inherited from Jets::Lambda::Functions

inherited, #initialize, output_keys, subclasses

Methods included from Jets::Lambda::Dsl

#lambda_functions

Constructor Details

This class inherits a constructor from Jets::Lambda::Functions