1. How to do invoke callout using Queueable mode?
What is Queueable mode? As you know that, customer is as our priority, so we want to provide a quality tools for them. For callout, we want to enhance the performance in order to support other technique, which is “Queueable”. Queueable have added to “Auto” mode. In a new release “Auto” mode supports future, batch and queueable. The configuring of Invoke callout using Queueable mode To callout, using “queueable”, there are some steps should be follow:
- Interface configuration
- Choose outbound type
- Asynchronous Processing mode
- And choosing adapter
- Navigate to Developer Console then click on Debug Menu and Open Execute Anonymous Window
- Enter Apex code below then Execute the code
skyvvasolutions.CallOutControl c=new skyvvasolutions.CallOutControl(); c.returnxml=true; c.returnListRecord=true; c.iscreatemessage=true; List
Check on Message Monitoring