Interface MeasuredConsumerWorker<InputT,MetricsT>

Type Parameters:
InputT - the type of the input
MetricsT - the type of the metrics
All Superinterfaces:
ConsumerWorker<InputT>, Measureable<MetricsT>

public interface MeasuredConsumerWorker<InputT,MetricsT> extends ConsumerWorker<InputT>, Measureable<MetricsT>
A worker that takes inputs via a source and produces metrics.
See Also: