Skip to content

Instantly share code, notes, and snippets.

@Mycoola
Created May 27, 2023 17:22
Show Gist options
  • Save Mycoola/7307f709549c18db099df20833b4621a to your computer and use it in GitHub Desktop.
Save Mycoola/7307f709549c18db099df20833b4621a to your computer and use it in GitHub Desktop.
FutureMethodExample
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