Interface Source<R>
-
- All Superinterfaces:
Stats
- All Known Implementing Classes:
PaginatedDataInsightSource,PaginatedEntitiesSource
public interface Source<R> extends Stats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RreadNext(Map<String,Object> contextData)voidreset()-
Methods inherited from interface org.openmetadata.service.workflows.interfaces.Stats
getStats, updateStats
-
-
-
-
Method Detail
-
readNext
R readNext(Map<String,Object> contextData) throws SourceException
- Throws:
SourceException
-
reset
void reset()
-
-