Interface Processor<T,I>
-
- All Superinterfaces:
Stats
- All Known Implementing Classes:
ElasticSearchDataInsightProcessor,ElasticSearchEntitiesProcessor,OpenSearchDataInsightProcessor,OpenSearchEntitiesProcessor
public interface Processor<T,I> extends Stats
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Tprocess(I input, Map<String,Object> contextData)-
Methods inherited from interface org.openmetadata.service.workflows.interfaces.Stats
getStats, updateStats
-
-
-
-
Method Detail
-
process
T process(I input, Map<String,Object> contextData) throws ProcessorException
- Throws:
ProcessorException
-
-