Class: ApplicationEvent

Inherits:
Jets::Event::Base show all
Defined in:
lib/jets/cli/generate/templates/event_types/application_event.rb

Instance Attribute Summary

Attributes inherited from Jets::Lambda::Functions

#context, #event, #meth

Method Summary

Methods inherited from Jets::Event::Base

handle, handle_later, handle_now

Methods included from Jets::Util::Logging

#log

Methods included from Jets::Event::Helpers::SqsEvent

#sqs_events, #sqs_events?, #sqs_records

Methods included from Jets::Event::Helpers::SnsEvent

#sns_events, #sns_events?

Methods included from Jets::Event::Helpers::S3Event

#s3_events, #s3_events?, #s3_files, #s3_objects, #s3_objects?

Methods included from Jets::Event::Helpers::LogEvent

#log_event, #log_event?

Methods included from Jets::Event::Helpers::KinesisEvent

#kinesis_data, #kinesis_data?

Methods inherited from Jets::Lambda::Functions

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

Methods included from Jets::Lambda::Dsl

#lambda_functions

Constructor Details

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