Uses of Interface
io.annot8.api.components.SourceDescriptor
-
Packages that use SourceDescriptor Package Description io.annot8.api.pipelines -
-
Uses of SourceDescriptor in io.annot8.api.pipelines
Methods in io.annot8.api.pipelines that return types with arguments of type SourceDescriptor Modifier and Type Method Description Collection<SourceDescriptor>PipelineDescriptor. getSources()Return an ordered list ofSourceDescriptors describing the sources that will feed data into the pipelineCollection<SourceDescriptor>NoOpOrderer. orderSources(Collection<SourceDescriptor> sources)Collection<SourceDescriptor>PipelineOrderer. orderSources(Collection<SourceDescriptor> sources)Methods in io.annot8.api.pipelines with parameters of type SourceDescriptor Modifier and Type Method Description PipelineDescriptor.BuilderPipelineDescriptor.Builder. withSource(SourceDescriptor source)Add a source to the pipeline that is being builtdefault PipelineDescriptor.BuilderPipelineDescriptor.Builder. withSources(SourceDescriptor... sources)Add multiple sources to the pipeline that is being built, in the order providedMethod parameters in io.annot8.api.pipelines with type arguments of type SourceDescriptor Modifier and Type Method Description Collection<SourceDescriptor>NoOpOrderer. orderSources(Collection<SourceDescriptor> sources)Collection<SourceDescriptor>PipelineOrderer. orderSources(Collection<SourceDescriptor> sources)default PipelineDescriptor.BuilderPipelineDescriptor.Builder. withSources(Collection<SourceDescriptor> sources)Add multiple sources to the pipeline that is being built, in the order provided
-