{
    "content": [
        {
            "type": "text",
            "text": "# ActiveJob::Callbacks (ri)\n\n## Sections\n\n- **ActiveJob::Callbacks**\n- **Includes:**\n- **Extended by:**\n- **Active Job Callbacks**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "ActiveJob::Callbacks",
        "section": "",
        "mode": "ri",
        "summary": null,
        "synopsis": null,
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "ActiveJob::Callbacks",
                "lines": 1,
                "subsections": []
            },
            {
                "name": "Includes:",
                "lines": 3,
                "subsections": []
            },
            {
                "name": "Extended by:",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "Active Job Callbacks",
                "lines": 13,
                "subsections": []
            }
        ],
        "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": []
            }
        }
    }
}