Interface ItemProcessor<I>
-
- All Known Subinterfaces:
PlainIterativeActivityRunSpecifics<I>
- All Known Implementing Classes:
AsyncUpdateActivityRun
,LiveSyncActivityRun
,PlainIterativeActivityRun
public interface ItemProcessor<I>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
processItem(ItemProcessingRequest<I> request, RunningTask workerTask, OperationResult parentResult)
Does the "pure" processing, free of any reporting, error handling, tracing, and similar issues.
-
-
-
Method Detail
-
processItem
boolean processItem(ItemProcessingRequest<I> request, RunningTask workerTask, OperationResult parentResult) throws CommonException, ActivityRunException
Does the "pure" processing, free of any reporting, error handling, tracing, and similar issues.- Throws:
CommonException
ActivityRunException
-
-