Interface ProcessorSupplier<K,V>
-
- Type Parameters:
K
- the type of keysV
- the type of values
- All Known Subinterfaces:
KStreamAggProcessorSupplier<K,RK,V,T>
,KTableProcessorSupplier<K,V,T>
- All Known Implementing Classes:
KStreamAggregate
,KStreamPrint
,KStreamReduce
,KStreamSessionWindowAggregate
,KStreamTransform
,KStreamTransformValues
,KStreamWindowAggregate
,KTableAggregate
,KTableReduce
,KTableRepartitionMap
,KTableSource
public interface ProcessorSupplier<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Processor<K,V>
get()
Return a newProcessor
instance.
-