Activity Forums Salesforce® Discussions What is queueable Apex in Salesforce?

  • Marziya

    Member
    September 29, 2020 at 2:32 pm

    Queueable apex is an asynchronous apex method. It's similar to the @future method. By using this queueable interface, we can process an Apex that runs for a long time (such as web service call outs and extensive database operations). The job isadded to Apex job queue.

  • Shweta

    Member
    September 30, 2020 at 3:01 pm

    Queueable Apex allows you to submit jobs for asynchronous processing similar to future methods with these benefits:

    • Non-primitive types
    • Monitoring
    • Chaining jobs

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos