module Callbacks
Ruby on Rails 6.1.7.10
Since v4.2.9Active Job Callbacks
Active Job provides hooks during the life cycle of a job. Callbacks allow you to trigger logic during this cycle. Available callbacks are:
-
before_enqueue -
around_enqueue -
after_enqueue -
before_perform -
around_perform -
after_perform
NOTE: Calling the same callback multiple times will overwrite previous callback definitions.
Namespace
Modules
Includes
Extends
Used by
Included by (1)
Methods (inherited)
From ActiveSupport::Callbacks (1)
From ActiveSupport::Concern (3)
- # class_methods
- # included
- # prepended
From ActiveSupport::DescendantsTracker (9)
- # descendants
- # direct_descendants
- # inherited
- # subclasses
- self. clear
- self. descendants
- self. direct_descendants
- self. store_inherited
- self. subclasses