Interface OnIngestionFinishedCallback
-
- All Known Implementing Classes:
SchedulerTaskReactorOnIngestionFinishedCallback
public interface OnIngestionFinishedCallbackCallback called when ingestion is finished.
-
-
Method Summary
All 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
-
onIngestionFinished
void 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 queuemetadata- payload with additional information that can be shared between work items of the same type
-
-