Interface TaskProviderFactory


public interface TaskProviderFactory
  • Method Summary

    Modifier and Type
    Method
    Description
    Retrieves the primary task provider for a given customer.
    getTaskProvider(String storageAccountId)
    Retrieves a particular task provider based on the storage account ID.
  • Method Details

    • getTaskProvider

      TaskProvider getTaskProvider()
      Retrieves the primary task provider for a given customer.
      Returns:
      Throws:
      StorageException
    • getTaskProvider

      TaskProvider getTaskProvider(String storageAccountId) throws TaskException
      Retrieves a particular task provider based on the storage account ID.
      Parameters:
      storageAccountId - - the ID of the provider account
      Returns:
      Throws:
      TaskException