Class: ApplicationJob

Inherits:
Jets::Job::Base show all
Defined in:
lib/jets/generators/overrides/app/templates/app/jobs/application_job.rb

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::SqsEventHelper

#sqs_event_payload

Methods included from Jets::Job::Helpers::SnsEventHelper

#sns_event_payload

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

#_normalize_options, _prefixes, abstract!, inherited, #initialize, #logger, output_keys, subclasses

Methods included from Jets::Lambda::Dsl

#lambda_functions

Constructor Details

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