Table of Contents

Search

  1. Preface
  2. API Reference

API_QueueManager Class Reference

API_QueueManager Class Reference

Provideds methods to integrate an external apex batch into Cloud MDM - Customer 360 for Salesforce (CC360) Batch Queue.
The Salesforce platform limits the number of apex batches to 5. To overcome this limit, you can integrate apex batches into the CC360 Batch Queue. This class contains two parts:
  • Integrate or Insert external apex batch job into CC360 Job Queue.
  • Static function that must be invoked from the external apex batch job code to be integrated.
To integrate an external apex batch job into the CC360 batch queue:
  • Instantiate the CC360 Queue Manager class (API_QueueManager qManager = new API_QueueManager ('CustomBatch', 'ETL_CustomApexBatchJob');)
  • Set optional quick parameters (if required).
  • Set optional extended parameters (if required).
  • Submit the external apex job to the CC360 Batch Queue

0 COMMENTS

We’d like to hear from you!