Interface ProcessorWorker<InputT,OutputT>
- Type Parameters:
InputT- the type of the inputOutputT- the type of the output
- All Known Subinterfaces:
MeasuredProcessorWorker<InputT,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 takes inputs via a
source and 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
-
process
-