Interface MeasuredProducerWorker<OutputT,MetricsT>

Type Parameters:
OutputT - the type of the output
MetricsT - the type of the metrics
All Superinterfaces:
Measureable<MetricsT>, ProducerWorker<OutputT>

public interface MeasuredProducerWorker<OutputT,MetricsT> extends ProducerWorker<OutputT>, Measureable<MetricsT>
A worker that produces outputs via a sink and produces metrics.
See Also: