Give me different ways to invoke an apex call out from queueable class?



Give me different ways to invoke an apex call out from queueable class?..

Answer / Uttam Kumar Mishra

You can invoke an Apex Callout from a Queueable class using Future Method, Queueable Interface with Database.enqueueJob(), and the CalloutManager class.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Salesforce Interview Questions

What is a standard profile?

1 Answers  


How many ways call controller from visualforce page ?

1 Answers  


Can we avoid duplicates using apex data loader which we can do through import wizard? : salesforce Data Management

1 Answers  


What is the use of “@future” annotation?

1 Answers  


What is the queue?

1 Answers  


Who has access to Campaigns?

1 Answers  


What is a sandbox org? What are the different types of sandboxes in Salesforce?

1 Answers  


What workflow actions can be performed in salesforce?

1 Answers  


What is seealldata and why it is recommended to avoid using it in test classes?

1 Answers  


What are lightning events ? Where do you use them ?

1 Answers  


What happens if I need to add a picklist value?

1 Answers  


Admin wants to avoid the deletion of child records in master detail relationship. Is it possible to achieve this using point and click functionality? : salesforce validation rules

1 Answers  


Categories