ActiveJob::QueueAdapter::ClassMethods

module ActiveJob::QueueAdapter::ClassMethods

Includes the setter method for changing the active queue adapter.

Constants

QUEUE_ADAPTER_METHODS

Public Instance Methods

queue_adapter() Show source

Returns the backend queue provider. The default queue adapter is the :async queue. See Que