-
Notifications
You must be signed in to change notification settings - Fork 13
AsyncRestLibFinalizer
codefriar edited this page Oct 5, 2023
·
2 revisions
STATUS: ACTIVE
Abstract class defining a common interface with default implementation for finalizers handling AsyncRestApi calls
Implemented types
the HTTP response object
The extending class must implement this method to handle the HTTP response
Param | Description |
---|---|
response |
HttpResponse response object to be handled. |
Execution method of the finalizer. required by the interface.
Param | Description |
---|---|
fc |
FinalizerContext Context object dependency injected by Salesforce. |