Chain Asynchronous Apex in a readable and flexible way without hardcoding the successor.
-
Updated
Sep 4, 2024 - Apex
Chain Asynchronous Apex in a readable and flexible way without hardcoding the successor.
Abstract away which async framework is being used within Salesforce in favor of dynamically using the most appropriate solution for the problem at hand.
Get your Salesforce users informed of a completed asynchronous process (@future, queueable, batch...) with a toast notification and refresh pages users are viewing with rollback data if an error occured, all thanks to a platform event.
This class is used for controlling queue execution. In case if you want to enqueue job later or in case you want to enqueue it safely, use this class.
Demo for making paged callouts in Salesforce, retrieving data across multiple transactions, with capacity to re-try failed connections and keep logs over the entire paging process.
This class is used for creating safety for system limits Queueable classes. Sample of using this class is in LimitsSafetyQueueSample.cls.
Salesforce Custom Asynchronous Framework
Add a description, image, and links to the queueable topic page so that developers can more easily learn about it.
To associate your repository with the queueable topic, visit your repo's landing page and select "manage topics."