Concepts


ATARC


ATARC is an apex trigger framework designed to optimize apex trigger handlers/helpers execution within apex triggers to maximize resources availability and minimize utilization.

It has been created with salesforce's apex programming language for apex triggers.

The following are the main components of ATARC:

  • ATARC Process Settings custom metadata type
  • ATARC Global Settings hierarchy custom settings
  • AsyncTriggerArc apex class

Technically speaking, ATARC is just an apex class that helps to manage and execute other apex handler/helper classes. It gives you the ability to control at runtime several aspects to improve code performance executed inside apex triggers, such as order, behavior, dependency just to name a few.