Interface IAsyncJobQueueController

All Known Implementing Classes:
AsyncJobQueueController

public interface IAsyncJobQueueController
  • Method Summary

    Modifier and Type
    Method
    Description
    getQueue(String queueName)
    Get a IAsyncJobQueue
  • Method Details

    • getQueue

      IAsyncJobQueue getQueue(String queueName)
      Get a IAsyncJobQueue
      Parameters:
      queueName - the queue name
      Returns:
      the IAsyncJobQueue instance