Interface SimpleDataSourceInterface

All Superinterfaces:
de.iip_ecosphere.platform.services.environment.ParameterConfigurerProvider, de.iip_ecosphere.platform.services.environment.Service, de.iip_ecosphere.platform.services.environment.switching.ServiceBase
All Known Implementing Classes:
SimpleDataSourceImpl

public interface SimpleDataSourceInterface extends de.iip_ecosphere.platform.services.environment.Service
IIP-Ecosphere service interface for 'Simple Data Source'. Generated by: EASy-Producer.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from interface de.iip_ecosphere.platform.services.environment.switching.ServiceBase

    APPLICATION_SEPARATOR, DEFAULT_APPLICATION_INSTANCE_ID
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    attachRec1Ingestor(de.iip_ecosphere.platform.services.environment.DataIngestor<Rec1> ingestor)
    Attaches a return value ingestor for asynchronous processing.

    Methods inherited from interface de.iip_ecosphere.platform.services.environment.Service

    activate, addTypeSubstitution, createType, createType, getDescription, getKind, getName, getNetMgtKeyAddress, getParameterConfigurer, getParameterNames, getSubstitutedType, getTypeCreator, getTypeSubstitutions, getVersion, isDeployable, isTopLevel, migrate, passivate, reconfigure, switchTo, update

    Methods inherited from interface de.iip_ecosphere.platform.services.environment.switching.ServiceBase

    getId, getState, setState
  • Field Details

  • Method Details

    • attachRec1Ingestor

      void attachRec1Ingestor(de.iip_ecosphere.platform.services.environment.DataIngestor<Rec1> ingestor)
      Attaches a return value ingestor for asynchronous processing.
      Parameters:
      ingestor - the ingestor instance