Question: Explain the use of the @future(callout=true) annotation in Apex.Answer: The @future(callout=true) annotation in Apex is used to make asynchronous callouts to external web services. It allows the Apex method to make a callout and return without waiting for the response. |
Is it helpful?
Yes
No
Most helpful rated by users: