Interface ManifestProcessorFactory

  • All Known Implementing Classes:
    DefaultManifestProcessorFactoryImpl

    public interface ManifestProcessorFactory
    Author:
    brian This is a factory class for the processors of the transfer manifest file.
    • Method Detail

      • getCommitProcessors

        java.util.List<TransferManifestProcessor> getCommitProcessors​(TransferReceiver receiver,
                                                                      java.lang.String transferId)
        The commit processors
        Parameters:
        receiver - TransferReceiver
        transferId - String
        Returns:
        the requsite processor