instance method
queue_adapter
Ruby on Rails 5.2.8.1
Since v5.2.8.1Signature
queue_adapter()
Returns the backend queue provider. The default queue adapter is the :async queue. See QueueAdapters for more information.
Source
# File activejob/lib/active_job/queue_adapter.rb, line 21
def queue_adapter
_queue_adapter
end
Defined in activejob/lib/active_job/queue_adapter.rb line 21
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActiveJob::QueueAdapter::ClassMethods