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, #sqs_event_payloads, #sqs_event_payloads?

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

#sns_event_payload, #sns_event_payloads, #sns_event_payloads?

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

#s3_event, #s3_event_payloads, #s3_event_payloads?, #s3_object, #s3_objects, #s3_objects?

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

#log_event, #log_event?

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

#kinesis_data, #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