Package iip.interfaces
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
FieldsFields inherited from interface de.iip_ecosphere.platform.services.environment.switching.ServiceBase
APPLICATION_SEPARATOR, DEFAULT_APPLICATION_INSTANCE_ID -
Method Summary
Modifier and TypeMethodDescriptionvoidprocessRec1(Rec1 data) 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, updateMethods inherited from interface de.iip_ecosphere.platform.services.environment.switching.ServiceBase
getId, getState, setState
-
Field Details
-
SERVICE_ID
- See Also:
-
-
Method Details
-
processRec1
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
-