Interface OnIngestionFinishedCallback
- 
- All Known Implementing Classes:
- SchedulerTaskReactorOnIngestionFinishedCallback
 
 public interface OnIngestionFinishedCallbackCallback called when ingestion is finished.
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidonIngestionFinished(String id, Variant metadata)Method which is called when Task Reactor finishes an ingestion
 
- 
- 
- 
Method Detail- 
onIngestionFinishedvoid onIngestionFinished(String id, Variant metadata) Method which is called when Task Reactor finishes an ingestion- Parameters:
- id- id of a work item specified when the work item was inserted to the queue
- metadata- payload with additional information that can be shared between work items of the same type
 
 
- 
 
-