Interface DistributionService

All Known Subinterfaces:
AwsS3DistributionService, DownloadDistributionService, StreamingDistributionService
All Known Implementing Classes:
AwsS3DistributionServiceImpl, AwsS3DistributionServiceRemoteImpl, DownloadDistributionServiceImpl, DownloadDistributionServiceRemoteImpl, StreamingDistributionServiceRemoteImpl, WowzaStreamingDistributionService

public interface DistributionService
Distributes elements from MediaPackages to distribution channels.
  • Field Details

    • JOB_TYPE_PREFIX

      static final String JOB_TYPE_PREFIX
      A prefix used by distribution service implementations to indicate the types of distribution channels they manage.
      See Also:
    • CONFIG_KEY_STORE_TYPE

      static final String CONFIG_KEY_STORE_TYPE
      See Also:
  • Method Details