Module: ActiveJob::QueueAdapters

Defined in:
lib/active_job/queue_adapters/amazon_sqs_adapter.rb,
lib/active_job/queue_adapters/amazon_sqs_async_adapter.rb

Defined Under Namespace

Classes: AmazonSqsAdapter, AmazonSqsAsyncAdapter

Constant Summary collapse

AmazonAdapter =

create an alias to allow ‘:amazon` to be used as the adapter name `:amazon` is the convention used for ActionMailer and ActiveStorage

AmazonSqsAdapter