Uses of Interface
iip.datatypes.RoutingCommand
-
Packages that use RoutingCommand Package Description iip.datatypes iip.impl iip.interfaces iip.serializers -
-
Uses of RoutingCommand in iip.datatypes
Classes in iip.datatypes that implement RoutingCommand Modifier and Type Class Description classRoutingCommandImplImplementation of the application data type RoutingCommand.Constructors in iip.datatypes with parameters of type RoutingCommand Constructor Description RoutingCommandImpl(RoutingCommand from)Copy constructor. -
Uses of RoutingCommand in iip.impl
Fields in iip.impl with type parameters of type RoutingCommand Modifier and Type Field Description private java.util.List<de.iip_ecosphere.platform.services.environment.DataIngestor<RoutingCommand>>RoutingSinkImpl. routingCommandIngestorsMethods in iip.impl with parameters of type RoutingCommand Modifier and Type Method Description protected voidRoutingSinkImpl. ingestRoutingCommand(RoutingCommand data)Sendsdatato all registered RoutingCommand ingestors.Method parameters in iip.impl with type arguments of type RoutingCommand Modifier and Type Method Description voidRoutingSinkImpl. attachRoutingCommandIngestor(de.iip_ecosphere.platform.services.environment.DataIngestor<RoutingCommand> ingestor) -
Uses of RoutingCommand in iip.interfaces
Methods in iip.interfaces with parameters of type RoutingCommand Modifier and Type Method Description voidMyRoutingSourceInterface. processRoutingCommand(RoutingCommand data)Processes a data item of type "RoutingCommand" asynchronously.voidParallelRoutingProcessor1Interface. processRoutingCommand(RoutingCommand data)Processes a data item of type "RoutingCommand" asynchronously.voidParallelRoutingProcessor2Interface. processRoutingCommand(RoutingCommand data)Processes a data item of type "RoutingCommand" asynchronously.voidParallelRoutingProcessor3Interface. processRoutingCommand(RoutingCommand data)Processes a data item of type "RoutingCommand" asynchronously.voidRoutingProcessorInterface. processRoutingCommand(RoutingCommand data)Processes a data item of type "RoutingCommand" asynchronously.Method parameters in iip.interfaces with type arguments of type RoutingCommand Modifier and Type Method Description voidRoutingSinkInterface. attachRoutingCommandIngestor(de.iip_ecosphere.platform.services.environment.DataIngestor<RoutingCommand> ingestor)Attaches a return value ingestor for asynchronous processing. -
Uses of RoutingCommand in iip.serializers
Methods in iip.serializers that return RoutingCommand Modifier and Type Method Description RoutingCommandRoutingCommandSerializer. clone(RoutingCommand origin)RoutingCommandRoutingCommandSerializer. from(byte[] data)Methods in iip.serializers that return types with arguments of type RoutingCommand Modifier and Type Method Description java.lang.Class<RoutingCommand>RoutingCommandSerializer. getType()Methods in iip.serializers with parameters of type RoutingCommand Modifier and Type Method Description RoutingCommandRoutingCommandSerializer. clone(RoutingCommand origin)byte[]RoutingCommandSerializer. to(RoutingCommand source)
-