Subscribe with Apex Triggers
With Apex triggers, you can capture and process change events on the Lightning Platform.
Change event triggers run asynchronously after the database transaction is completed. Perform
resource-intensive business logic asynchronously in the change event trigger, and implement
transaction-based logic in the Apex object trigger. By decoupling the processing of changes,
change event triggers can help reduce transaction processing time.