Interface 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/4.0.0/org/apache/kafka/streams/processor/api/FixedKeyProcessor.html
public interface IFixedKeyProcessor<KIn, VIn, VOut> : IJVMBridgeBase, IJVMBridgeDefinition
Type Parameters
KIn
VIn
VOut
- Inherited Members
Methods
Close()
void Close()
Init(FixedKeyProcessorContext<KIn, VOut>)
void Init(FixedKeyProcessorContext<KIn, VOut> context)
Parameters
context
FixedKeyProcessorContext<KIn, VOut>
Process(FixedKeyRecord<KIn, VIn>)
void Process(FixedKeyRecord<KIn, VIn> record)
Parameters
record
FixedKeyRecord<KIn, VIn>