Package org.apache.kafka.streams.kstream
Interface ValueTransformerWithKeySupplier<K,V,VR>
-
- Type Parameters:
K- key typeV- value typeVR- transformed value type
public interface ValueTransformerWithKeySupplier<K,V,VR>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ValueTransformerWithKey<K,V,VR>get()
-
-
-
Method Detail
-
get
ValueTransformerWithKey<K,V,VR> get()
-
-