Interface SimpleDataReceiverInterface

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:
SimpleDataReceiverImpl

public interface SimpleDataReceiverInterface extends de.iip_ecosphere.platform.services.environment.Service
IIP-Ecosphere service interface for 'Simple Data Receiver'. 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
    Processes a data item of type "Rec1" asynchronously.

    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

    • processRec1

      void processRec1(Rec1 data)
      Processes a data item of type "Rec1" asynchronously. Use the respective ingestor for the return type to pass back the result of processing.
      Parameters:
      data - the data item to be processed