Interface ProcessorWorkerFactory<InputT,OutputT,MetricsT>

All Superinterfaces:
Measureable<MetricsT>
All Known Implementing Classes:
DefaultProcessorWorkerFactory, SingletonProcessorWorkerFactory

public interface ProcessorWorkerFactory<InputT,OutputT,MetricsT> extends Measureable<MetricsT>