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

#sqs_event_payload, #sqs_events, #sqs_events?

Methods included from Jets::Job::Helpers::SnsEvent

#sns_event_payload, #sns_events, #sns_events?

Methods included from Jets::Job::Helpers::S3Event

#s3_event, #s3_events, #s3_events?, #s3_object, #s3_objects, #s3_objects?

Methods included from Jets::Job::Helpers::LogEvent

#log_event, #log_event?

Methods included from Jets::Job::Helpers::KinesisEvent

#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