Interface ServiceListDataListsPipelineManager<N>

All Known Implementing Classes:
DefaultServiceListDatalistsPipelineManager

public interface ServiceListDataListsPipelineManager<N>
the ndc 182 service list dataLists pipeline managers interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    executePipeline(N source, Set<ServiceType> services)
    Executes the ndc service list datalists pipeline managers.
  • Method Details

    • executePipeline

      DataListsType executePipeline(N source, Set<ServiceType> services) throws NDCException
      Executes the ndc service list datalists pipeline managers.
      Parameters:
      source - the source
      services - the services
      Returns:
      DataListsType
      Throws:
      NDCException