Module: ActiveJob::QueueAdapter

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
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