You need to sign in to do that
Don't have an account?
Vineet Goel
Continuation callback method is not getting invoked
The actual code is very big, I tried to simplify it as much as possible.
The design is such we cannot call the continuation method directly. So looking for ways of invoking it.
VF page
Controller:
Is it True , Continuation callback is invoked only when a continuation is initialized from Visualforce only. It will not work if continuation is initiated by any Apex.If yes, then how can we use Continuation in this scenario. Many Thanks
The design is such we cannot call the continuation method directly. So looking for ways of invoking it.
VF page
Controller:
Is it True , Continuation callback is invoked only when a continuation is initialized from Visualforce only. It will not work if continuation is initiated by any Apex.If yes, then how can we use Continuation in this scenario. Many Thanks
Asynchronous callouts are supported only through a Visualforce page. Making an asynchronous callout by invoking the action method outside a Visualforce page, such as in the Developer Console, isn’t supported.
Asynchronous callouts are available for Apex controllers and Visualforce pages saved in version 30.0 and later. If JavaScript remoting is used, version 31.0 or later is required.