ActiveJob::QueueAdapter::ClassMethods

module ActiveJob::QueueAdapter::ClassMethods

Includes the setter method for changing the active queue adapter.

Public Instance Methods

queue_adapter=(name_or_adapter) Show source

Specify the backend queue provider. The default queue adapter is the :inline queue. See QueueAdapters for more information.