Uses of Interface
de.iip_ecosphere.platform.services.environment.DataIngestor
Packages that use DataIngestor
-
Uses of DataIngestor in de.iip_ecosphere.platform.services.environment
Classes in de.iip_ecosphere.platform.services.environment that implement DataIngestorModifier and TypeClassDescriptionprotected static classIngestor implementation for synchronous processing.Fields in de.iip_ecosphere.platform.services.environment declared as DataIngestorModifier and TypeFieldDescriptionprivate DataIngestor<T> GenericMultiTypeServiceImpl.OutTypeInfo.ingestorFields in de.iip_ecosphere.platform.services.environment with type parameters of type DataIngestorMethods in de.iip_ecosphere.platform.services.environment that return DataIngestorModifier and TypeMethodDescriptionprotected DataIngestor<T> GenericMultiTypeServiceImpl.OutTypeInfo.getIngestor()Returns the associated ingestor.GenericMultiTypeServiceImpl.OutTypeInfo.validateAndGetIngestor(String typeName) Validates the associated ingestor and returns it.Methods in de.iip_ecosphere.platform.services.environment with parameters of type DataIngestorModifier and TypeMethodDescription<O> voidAbstractDelegatingMultiService.attachIngestor(Class<O> outCls, String outTypeName, DataIngestor<O> ingestor) <P> voidAbstractProcessService.attachIngestor(Class<P> outCls, DataIngestor<P> ingestor) Attaches an asynchronous result data ingestor as callback.<O> voidAbstractPythonProcessService.attachIngestor(Class<O> outCls, String outTypeName, DataIngestor<O> ingestor) voidDataIngestors.attachIngestor(DataIngestor<T> ingestor) Attaches an ingestor.<O> voidGenericMultiTypeService.attachIngestor(Class<O> outCls, String outTypeName, DataIngestor<O> ingestor) Attaches an asynchronous result data ingestor.<O> voidGenericMultiTypeServiceImpl.attachIngestor(Class<O> outCls, String outTypeName, DataIngestor<O> ingestor) Attaches an asynchronous result data ingestor.