Package org.alfresco.repo.transfer
Interface ContentChunkProcessor
-
public interface ContentChunkProcessor- Author:
- Mark Rogers
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidprocessChunk(Set<ContentData> data)process this chunk of content data
-
-
-
Method Detail
-
processChunk
void processChunk(Set<ContentData> data) throws TransferException
process this chunk of content data- Throws:
TransferException
-
-