Apex offers multiple ways for running your Apex code asynchronously. Choose the asynchronous Apex feature that best suits your needs.

Queueable Apex When to use:

    1. To start a long-running operation and get an ID for it.
    2. To pass complex types to a job.
    3. To Chain jobs                       

    Comments

    Popular posts from this blog

    Security model

    EVENTS IN Lightning Web Components

    Lightning web Components.