Module: ActiveJob::QueueAdapter
- Extended by:
- ActiveSupport::Concern
- Included in:
- Base
- Defined in:
- activejob/lib/active_job/queue_adapter.rb
Overview
The ActiveJob::QueueAdapter
module is used to load the correct adapter. The default queue adapter is the :async
queue.
Defined Under Namespace
Modules: ClassMethods