Simpler, Cleaner Queueables

I've just uploaded the next generation of my Salesforce Queueable infrastructure. This uses an abstract class to create a very simple, powerful way of invoking Queueables. 

Just create a class that extends "MyQueueable" and create few quick override classes, then implement your business logic. 

GitHub - See primarily /src/classes/MyQueueable and /src/classes/AccountTriggerHandlerQueueable

Wiki- How to Use It

Happy asynchronousing.

 

Comments

Popular posts from this blog

Setting a DateTime to a Weekday in a Formula

"Disjunctions not supported" - Why Custom Metadata and Flow Don't Mix

Update Knowledge Articles in Bulk