Section 2 – Asynchronous Apex and Apex REST
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 covers 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
- Chapter 11, Using Platform Events
- Chapter 12, Apex REST and Custom Web Services