Module: Axn::Async::BatchEnqueue
- Extended by:
- ActiveSupport::Concern
- Defined in:
- lib/axn/async/batch_enqueue.rb,
lib/axn/async/batch_enqueue/config.rb
Overview
BatchEnqueue provides declarative batch enqueueing for Axn actions.
Fields with model: declarations are automatically inferred for iteration.
Use enqueues_each to override defaults, add filtering, or iterate non-model fields.
All Axn classes have enqueue_all defined, which validates configuration and
executes iteration asynchronously via EnqueueAllOrchestrator.