Queueable Apex in Salesforce
As we discussed in Future class, to overcome the control over the tracking of the future methods running status. Queuable apex takes control of your asynchronous Apex processes by using the Queueable interface. This interface enables you to add jobs to the queue and monitor them. To use Queueable Apex, a developer needs to create […]
Read MoreDisadvantages of future class
We already discussed complete details about the future class. If you want to directly look into this post check the below 2 posts to understand. Future class Basics and limitations: Click Here Where / When to use Future Class: Click Here Below are the disadvantages of using Future class : We cannot monitor the Jobs. […]
Read More