Uses of Interface
io.aleph0.yap.core.ConsumerWorker
Packages that use ConsumerWorker
-
Uses of ConsumerWorker in io.aleph0.yap.core.build
Methods in io.aleph0.yap.core.build with parameters of type ConsumerWorkerModifier and TypeMethodDescription<InputT> ConsumerTaskBuilder<InputT, NoMetrics> PipelineBuilder.addConsumer(String id, ConsumerWorker<InputT> worker) Add a consumer task to the pipeline. -
Uses of ConsumerWorker in io.aleph0.yap.core.worker
Subinterfaces of ConsumerWorker in io.aleph0.yap.core.workerMethods in io.aleph0.yap.core.worker with parameters of type ConsumerWorkerModifier and TypeMethodDescriptionstatic <InputT> MeasuredConsumerWorker<InputT, NoMetrics> MeasuredConsumerWorker.withNoMetrics(ConsumerWorker<InputT> worker)