Section 2: Asynchronous Apex
In this section, we will discuss the different asynchronous Apex options and how to use them to build applications that scale as our system is used more. As part of this, we will review common use cases, as well as the use of orchestration through platform events and allowing an external system to call into Apex.
This section has the following chapters:
- Chapter 7, Utilizing Future Methods
- Chapter 8, Working with Batch Apex
- Chapter 9, Working with Queueable Apex
- Chapter 10, Scheduling Apex Jobs