Uses of Interface
io.aleph0.yap.core.ProducerWorker
Packages that use ProducerWorker
-
Uses of ProducerWorker in io.aleph0.yap.core.build
Methods in io.aleph0.yap.core.build with parameters of type ProducerWorkerModifier and TypeMethodDescription<OutputT> ProducerTaskBuilder<OutputT, NoMetrics> PipelineBuilder.addProducer(String id, ProducerWorker<OutputT> worker) Add a producer task to the pipeline. -
Uses of ProducerWorker in io.aleph0.yap.core.worker
Subinterfaces of ProducerWorker in io.aleph0.yap.core.workerMethods in io.aleph0.yap.core.worker with parameters of type ProducerWorkerModifier and TypeMethodDescriptionstatic <OutputT> MeasuredProducerWorker<OutputT, NoMetrics> MeasuredProducerWorker.withNoMetrics(ProducerWorker<OutputT> worker)