Interface Sink<I,O>
-
- All Superinterfaces:
Stats
- All Known Implementing Classes:
ElasticSearchIndexSink,OpenSearchIndexSink
public interface Sink<I,O> extends Stats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Owrite(I data, Map<String,Object> contextData)-
Methods inherited from interface org.openmetadata.service.workflows.interfaces.Stats
getStats, updateStats
-
-
-
-
Method Detail
-
write
O write(I data, Map<String,Object> contextData) throws SinkException
- Throws:
SinkException
-
-