Includes the setter method for changing the active queue adapter.
Methods
Constants
QUEUE_ADAPTER_METHODS | = | [:enqueue, :enqueue_at].freeze |
Instance Public methods
queue_adapter()
Link
Returns the backend queue provider. The default queue adapter is the
:async
queue. See QueueAdapters for more information.
queue_adapter=(name_or_adapter_or_class)
Link
Specify the backend queue provider. The default queue adapter is the
:async
queue. See QueueAdapters for more information.