Created
May 27, 2023 17:22
-
-
Save Mycoola/7307f709549c18db099df20833b4621a to your computer and use it in GitHub Desktop.
FutureMethodExample
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global class FutureMethodExample | |
{ | |
@future(callout=true) | |
public static void getStockQuotes(String acctName) | |
{ | |
// Perform a callout to an external service | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment