Interface ProcessorWorkerFactory<InputT,OutputT,MetricsT>
- All Superinterfaces:
Measureable<MetricsT>
- All Known Implementing Classes:
DefaultProcessorWorkerFactory,SingletonProcessorWorkerFactory
-
Method Summary
Methods inherited from interface io.aleph0.yap.core.Measureable
checkMetrics, flushMetrics
-
Method Details
-
newProcessorWorker
MeasuredProcessorWorker<InputT,OutputT, newProcessorWorker()MetricsT> Creates a newworker- Returns:
- the new worker
- Throws:
IllegalStateException- if the factory is not in a state to create a new worker
-