module ActiveJob
Nested Classes and Modules
class DispatcherA dispatcher for managing multiple definitions.
module EnvironmentThe environment for the ActiveJob server.
class ExecutorAn executor for processing jobs using
ActiveJob.class RailtieA Rails-specific adapter for
ActiveJobthat allows you to useAsync::Jobas the queue.class ServiceA job server that can be run as a service.
class ThreadLocalDispatcherUsed for dispatching jobs to a thread-local queue to avoid thread-safety issues.