Interface ItemProcessor<I>

All Known Subinterfaces:
PlainIterativeActivityRunSpecifics<I>
All Known Implementing Classes:
AsyncUpdateActivityRun, LiveSyncActivityRun, PlainIterativeActivityRun

public interface ItemProcessor<I>
  • Method Summary

    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.