-
Notifications
You must be signed in to change notification settings - Fork 13
BulkCallable
codefriar edited this page Oct 5, 2023
·
2 revisions
STATUS: ACTIVE
Provides a similar interface to Callable, but bulkified to handle multiple sets of parameters.
Author Brian Fear
Implementing classes must implement this method signature.
Param | Description |
---|---|
methodName |
String the name of the method to call |
parameters |
List<Map<String, Object>> a list of maps of parameters to pass to the method |
Type | Description |
---|---|
List | List The results of the called Apex methods |