function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Harsh RawatHarsh Rawat 

continuation

Hi All,
I am working on Continuation,
Is there any way to difine different callback methods for three different request.

Thank you in advance.
Raja Kumar PallepatiRaja Kumar Pallepati

Hi Harsh,
You can use the different callback method. Refer the article below regarding the chaining continuation.
https://developer.salesforce.com/docs/atlas.en-us.apexcode.meta/apexcode/apex_continuation_chained_callouts.htm
Thank you,
Raj

Harsh RawatHarsh Rawat
Thanks Raja,

But this wouldent help me.
I was talking about Parallel execution not Chained/Serial.