Interface IResolvedFileListProcessor<R,E extends Throwable>

Type Parameters:
R - Type of the combined result of all resource items.
E - Type of the error that may be thrown when in case of an error.
All Known Implementing Classes:
BaseResolvedFileListProcessor, StandardErrorFileListProcessor

public interface IResolvedFileListProcessor<R,E extends Throwable>
Handler for processing the results obtained when a list of referenced files was resolved, see IResolvedFileList.collectResult(IResolvedFileListProcessor).
Since:
8.0.0
Author:
XIMA MEDIA GmbH