Interface IWrappedProcessorSupplier<KIn, VIn, KOut, 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/WrappedProcessorSupplier.html
public interface IWrappedProcessorSupplier<KIn, VIn, KOut, VOut> : IProcessorSupplier<KIn, VIn, KOut, VOut>
Type Parameters
KIn
VIn
KOut
VOut