Interface ProducerWorker<OutputT>
- Type Parameters:
OutputT- the type of the output
- All Known Subinterfaces:
MeasuredProducerWorker<OutputT,MetricsT>
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
A worker that produces outputs via a
sink.
This worker is not measured, which is to say it does not produce any metrics.
- See Also:
-
Method Summary
-
Method Details
-
produce
-