Module: ActiveJob::QueueAdapter

Extended by:
ActiveSupport::Concern
Included in:
Base
Defined in:
activejob/lib/active_job/queue_adapter.rb

Overview

Active Job Queue adapter

The ActiveJob::QueueAdapter module is used to load the correct adapter. The default queue adapter is the :async queue.

Defined Under Namespace

Modules: ClassMethods

Method Summary

Methods included from ActiveSupport::Concern

append_features, class_methods, extended, included, prepend_features, prepended