Uses of Interface
io.aleph0.yap.core.worker.ConsumerWorkerFactory
Packages that use ConsumerWorkerFactory
-
Uses of ConsumerWorkerFactory in io.aleph0.yap.core.build
Methods in io.aleph0.yap.core.build with parameters of type ConsumerWorkerFactoryModifier and TypeMethodDescription<InputT,MetricsT>
ConsumerTaskBuilder<InputT, MetricsT> PipelineBuilder.addConsumer(String id, ConsumerWorkerFactory<InputT, MetricsT> workerFactory) Add a consumer task to the pipeline. -
Uses of ConsumerWorkerFactory in io.aleph0.yap.core.worker
Classes in io.aleph0.yap.core.worker that implement ConsumerWorkerFactoryModifier and TypeClassDescriptionclassDefaultConsumerWorkerFactory<InputT,MetricsT> AConsumerWorkerFactorythat creates and manages multipleMeasuredConsumerWorkers and tracks their metrics.classSingletonConsumerWorkerFactory<InputT,MetricsT> AConsumerWorkerFactorythat manages a singletonMeasuredConsumerWorkerand tracks its metrics.