Interface KTableProcessorSupplier<K,V,T>
-
- All Superinterfaces:
ProcessorSupplier<K,Change<V>>
- All Known Implementing Classes:
KTableAggregate
,KTableReduce
,KTableRepartitionMap
public interface KTableProcessorSupplier<K,V,T> extends ProcessorSupplier<K,Change<V>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
enableSendingOldValues()
KTableValueGetterSupplier<K,T>
view()
-
Methods inherited from interface org.apache.kafka.streams.processor.ProcessorSupplier
get
-
-
-
-
Method Detail
-
view
KTableValueGetterSupplier<K,T> view()
-
enableSendingOldValues
void enableSendingOldValues()
-
-