Interface IResolvedAttachmentListProcessor<R,E extends Throwable>

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

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