Uses of Interface
io.aleph0.yap.core.worker.MeasuredConsumerWorker
Packages that use MeasuredConsumerWorker
-
Uses of MeasuredConsumerWorker in io.aleph0.yap.core.build
Methods in io.aleph0.yap.core.build with parameters of type MeasuredConsumerWorkerModifier and TypeMethodDescription<InputT,MetricsT>
ConsumerTaskBuilder<InputT, MetricsT> PipelineBuilder.addConsumer(String id, MeasuredConsumerWorker<InputT, MetricsT> worker) Add a consumer task to the pipeline. -
Uses of MeasuredConsumerWorker in io.aleph0.yap.core.worker
Methods in io.aleph0.yap.core.worker that return MeasuredConsumerWorkerModifier and TypeMethodDescriptionConsumerWorkerFactory.newConsumerWorker()DefaultConsumerWorkerFactory.newConsumerWorker()SingletonConsumerWorkerFactory.newConsumerWorker()static <InputT> MeasuredConsumerWorker<InputT, NoMetrics> MeasuredConsumerWorker.withNoMetrics(ConsumerWorker<InputT> worker) Constructors in io.aleph0.yap.core.worker with parameters of type MeasuredConsumerWorkerModifierConstructorDescriptionDefaultConsumerWorkerFactory(MeasuredConsumerWorker<InputT, MetricsT> workerSupplier, BinaryOperator<MetricsT> metricsAggregator)