Interface IWrappedFixedKeyProcessorSupplier<KIn, VIn, VOut>
.NET interface skeleton to be manually developed following https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/4.0.0/org/apache/kafka/streams/processor/api/WrappedFixedKeyProcessorSupplier.html
public interface IWrappedFixedKeyProcessorSupplier<KIn, VIn, VOut> : IFixedKeyProcessorSupplier<KIn, VIn, VOut>
Type Parameters
KIn
VIn
VOut