Namespace Org.Apache.Kafka.Streams.Processor.Api
Classes
- FixedKeyProcessorDirect
Direct override of FixedKeyProcessor or its generic type if there is one
- FixedKeyProcessorDirect<KIn, VIn, VOut>
Direct override of FixedKeyProcessor or its generic type if there is one
- ProcessorDirect
Direct override of Processor or its generic type if there is one
- ProcessorDirect<KIn, VIn, KOut, VOut>
Direct override of Processor or its generic type if there is one
Interfaces
- IFixedKeyProcessorContext<KForward, VForward>
.NET interface for TO BE DEFINED FROM USER
- IFixedKeyProcessorSupplier<KIn, VIn, VOut>
.NET interface for https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.7.1/org/apache/kafka/streams/processor/api/FixedKeyProcessorSupplier.html
- IFixedKeyProcessor<KIn, VIn, VOut>
.NET interface for org.mases.knet.generated.org.apache.kafka.streams.processor.api.FixedKeyProcessor implementing https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.9.0/org/apache/kafka/streams/processor/api/FixedKeyProcessor.html
- IProcessingContext
.NET interface for TO BE DEFINED FROM USER
- IProcessorContext<KForward, VForward>
.NET interface for TO BE DEFINED FROM USER
- IProcessorSupplier<KIn, VIn, KOut, VOut>
.NET interface for https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.7.1/org/apache/kafka/streams/processor/api/ProcessorSupplier.html
- IProcessor<KIn, VIn, KOut, VOut>
.NET interface for org.mases.knet.generated.org.apache.kafka.streams.processor.api.Processor implementing https://www.javadoc.io/doc/org.apache.kafka/kafka-streams/3.9.0/org/apache/kafka/streams/processor/api/Processor.html
- IRecordMetadata
.NET interface for TO BE DEFINED FROM USER