Uses of Interface
org.apache.streampipes.connect.api.IAdapterPipelineElement
-
Packages that use IAdapterPipelineElement Package Description org.apache.streampipes.connect.api -
-
Uses of IAdapterPipelineElement in org.apache.streampipes.connect.api
Methods in org.apache.streampipes.connect.api that return IAdapterPipelineElement Modifier and Type Method Description IAdapterPipelineElementIAdapterPipeline. getPipelineSink()Methods in org.apache.streampipes.connect.api that return types with arguments of type IAdapterPipelineElement Modifier and Type Method Description List<IAdapterPipelineElement>IAdapterPipeline. getPipelineElements()Methods in org.apache.streampipes.connect.api with parameters of type IAdapterPipelineElement Modifier and Type Method Description voidIAdapterPipeline. changePipelineSink(IAdapterPipelineElement pipelineSink)Method parameters in org.apache.streampipes.connect.api with type arguments of type IAdapterPipelineElement Modifier and Type Method Description voidIAdapterPipeline. setPipelineElements(List<IAdapterPipelineElement> pipelineElements)
-