Activity Forums Salesforce® Discussions What is the difference between Queueable Apex and Future method in Salesforce?

  • What is the difference between Queueable Apex and Future method in Salesforce?

    Posted by Deepak on July 28, 2020 at 11:36 am

    What is the difference between Queueable Apex and Future method in Salesforce?

    Shweta replied 4 years, 3 months ago 2 Members · 1 Reply
  • 1 Reply
  • Shweta

    Member
    July 28, 2020 at 3:04 pm

    Future method: we cannot monitor the jobs which are in process. this method cannot inside the future or batch class. It will never be queued.
    Queueable Apex: It contains the member variable as SObjects or custom Apex Types. using this it will make the ApexAsyncJobs which we can monitor like Scheduled jobs. It can be called from the future and batch class.

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos