Uses of Interface
de.iip_ecosphere.platform.services.environment.DataIngestor
-
Packages that use DataIngestor Package Description de.iip_ecosphere.platform.services.environment Implementation. -
-
Uses of DataIngestor in de.iip_ecosphere.platform.services.environment
Classes in de.iip_ecosphere.platform.services.environment that implement DataIngestor Modifier and Type Class Description protected static classAbstractPythonProcessService.SyncDataIngestor<D>Ingestor implementation for synchronous processing.Fields in de.iip_ecosphere.platform.services.environment declared as DataIngestor Modifier and Type Field Description private DataIngestor<T>AbstractPythonProcessService.OutTypeInfo. ingestorMethods in de.iip_ecosphere.platform.services.environment that return DataIngestor Modifier and Type Method Description protected DataIngestor<T>AbstractPythonProcessService.OutTypeInfo. getIngestor()Returns the associated ingestor.protected DataIngestor<T>AbstractPythonProcessService.OutTypeInfo. validateAndGetIngestor(java.lang.String typeName)Validates the associated ingestor and returns it.Methods in de.iip_ecosphere.platform.services.environment with parameters of type DataIngestor Modifier and Type Method Description <P> voidAbstractProcessService. attachIngestor(java.lang.Class<P> outCls, DataIngestor<P> ingestor)Attaches an asynchronous result data ingestor as callback.<O> voidAbstractPythonProcessService. attachIngestor(java.lang.Class<O> outCls, java.lang.String outTypeName, DataIngestor<O> ingestor)<O> voidGenericMultiTypeService. attachIngestor(java.lang.Class<O> outCls, java.lang.String outTypeName, DataIngestor<O> ingestor)Attaches an asynchronous result data ingestor.
-