{
    "mode": "ri",
    "parameter": "ActiveJob::Callbacks",
    "section": "",
    "url": "https://www.chedong.com/phpMan.php/ri/ActiveJob%3A%3ACallbacks/json",
    "generated": "2026-07-31T04:45:40Z",
    "sections": {
        "ActiveJob::Callbacks": {
            "content": "------------------------------------------------------------------------",
            "subsections": []
        },
        "Includes:": {
            "content": "ActiveSupport::Callbacks (from /home/chedong/.local/share/rdoc)\n\n------------------------------------------------------------------------",
            "subsections": []
        },
        "Extended by:": {
            "content": "ActiveSupport::Concern (from /home/chedong/.local/share/rdoc)\n\n(from /home/chedong/.local/share/rdoc)\n------------------------------------------------------------------------",
            "subsections": []
        },
        "Active Job Callbacks": {
            "content": "Active Job provides hooks during the life cycle of a job. Callbacks\nallow you to trigger logic during this cycle. Available callbacks are:\n\n* beforeenqueue\n* aroundenqueue\n* afterenqueue\n* beforeperform\n* aroundperform\n* afterperform\n\nNOTE: Calling the same callback multiple times will overwrite previous\ncallback definitions.\n------------------------------------------------------------------------",
            "subsections": []
        }
    },
    "flags": [],
    "examples": [],
    "see_also": []
}