Overview
The implementation layer comes in many forms. Most commonly is as an Apex Controller.
Types of Implementation Layers:
- Apex Controller
- LWC / Aura (via
@AuraEnabledmethods) - Apex Batch Job
- Flows / Process Builders (via
@InvocableMethodmethods)