ihcc_QueueServiceglobal with sharing class ihcc_QueueService Service class to encapsulate enqueueing items for processing and starting a process to handle them if required. MethodsenqueueItemsglobal static void enqueueItems(Map<Id, List<IHCCIntegration_Queue_Event__c>> events) Enqueues one or more items. If there is no process will start one to handle the enqueued items (using/respecting locks) |